Advanced search
Log In | New Account   
Home My Page Project Tree Code Snippets Project Openings Batteries : Revised Standard Library
Summary Activity Forums Tracker Lists Tasks Docs News Files

Bugs: Browse | Download .csv

[#243] Unix.descr_of_{input,output} doesn't work on stdin or stdout

Date:
2009-07-15 07:00
Priority:
3
State:
Closed
Submitted by:
Assigned to:
Nobody (None)
Summary:
Unix.descr_of_{input,output} doesn't work on stdin or stdout

Detailed description
In Batteries:

# Unix.descr_of_input stdin;;
Exception: Invalid_argument "Unix.descr_of_in_channel".
# Unix.descr_of_output stdout;;
Exception: Invalid_argument "Unix.descr_of_out_channel".

But in ocaml:

# Unix.descr_of_in_channel stdin;;
- : Unix.file_descr = <abstr>
# Unix.descr_of_out_channel stdout;;
- : Unix.file_descr = <abstr>

Followup

Message
Date: 2010-02-16 20:12
Sender: Edgar Friendly

Fixed in commit 8428586

Related Tasks:

No Related Tasks

Attached Files:

No Files Currently Attached

Changes:

Field Old Value Date By
status_idOpen2010-02-16 20:12thelema
close_date2010-02-16 20:122010-02-16 20:12thelema
VersionLatest snapshot (please indicate date)2010-02-16 20:12thelema
ResolutionNone2010-02-16 20:12thelema

Powered By GForge Collaborative Development Environment