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

camlp4 printer bug #5620

Closed
vicuna opened this issue May 22, 2012 · 3 comments
Closed

camlp4 printer bug #5620

vicuna opened this issue May 22, 2012 · 3 comments

Comments

@vicuna
Copy link

vicuna commented May 22, 2012

Original bug ID: 5620
Reporter: @bobzhang
Assigned to: @xclerc
Status: closed (set by @xavierleroy on 2015-12-11T18:04:44Z)
Resolution: fixed
Priority: normal
Severity: minor
Category: -for Camlp4 use https://github.com/ocaml/camlp4/issues
Monitored by: @diml

Bug description

a minimal example:
camlp4rf -str 'type t = M.t == [A|B];' -printer r
type t = M.t = [ A | B ];

@vicuna
Copy link
Author

vicuna commented May 23, 2012

Comment author: @xclerc

Fixed in trunk, revision 12473.

@vicuna
Copy link
Author

vicuna commented May 23, 2012

Comment author: @hcarty

Will this be fixed for 4.0 as well?

@vicuna
Copy link
Author

vicuna commented May 29, 2012

Comment author: @xclerc

Also fixed in 4.00, revision 12493 (just wanted to let other developers check the patch).

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

No branches or pull requests

1 participant