| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] |
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0005639 | OCaml | OCaml typing | public | 2012-06-08 15:19 | 2012-06-08 15:25 |
|
| Reporter | esther | |
| Assigned To | frisch | |
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | resolved | Resolution | fixed | |
| Platform | | OS | | OS Version | |
| Product Version | | |
| Target Version | | Fixed in Version | | |
|
| Summary | 0005639: OCaml-4: -bin-annot not working on Windows |
| Description | Using -bin-annot option on Windows results in the following error :
Fatal error: exception Failure("output_value: not a binary channel")
The problem is that the out_channel used to write the cmt file is create using Pervasives.open_out. It should use Perviasives.open_out_bin which works under Windows.
File typing/cmt_format.ml, line 124. |
| Tags | No tags attached. |
|
| Attached Files | |
|