Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.12.0+dev5: module Format redefines out_channel #5020

Closed
vicuna opened this issue Apr 7, 2010 · 3 comments
Closed

3.12.0+dev5: module Format redefines out_channel #5020

vicuna opened this issue Apr 7, 2010 · 3 comments
Assignees
Labels

Comments

@vicuna
Copy link

vicuna commented Apr 7, 2010

Original bug ID: 5020
Reporter: pascal_cuoq
Assigned to: @mshinwell
Status: closed (set by @xavierleroy on 2011-05-29T10:19:54Z)
Resolution: fixed
Priority: normal
Severity: minor
Category: ~DO NOT USE (was: OCaml general)
Monitored by: "Julien Signoles"

Bug description

In OCaml 3.12.0+dev5, module Format redefines out_channel

This leads to errors such as:

ocamlc.opt -c -I src -I lib -g -dtypes src/graphviz.ml
File "src/graphviz.ml", line 336, characters 9-15:
Error: This expression has type Format.out_channel
but an expression was expected of type out_channel
make[1]: *** [src/graphviz.cmo] Error 2
make: *** [lib/graph.cmi] Error 2

@vicuna
Copy link
Author

vicuna commented Apr 7, 2010

Comment author: pascal_cuoq

To reproduce: compile http://ocamlgraph.lri.fr/download/ocamlgraph-1.4.tar.gz with 3.12.0+dev5

@vicuna
Copy link
Author

vicuna commented Apr 7, 2010

Comment author: @mshinwell

I understand this will be fixed before 3.12 is released.

@vicuna
Copy link
Author

vicuna commented Apr 16, 2010

Comment author: @mshinwell

This should now be fixed in svn trunk.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants