-
Notifications
You must be signed in to change notification settings - Fork 43
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
Support 4.12 #107
Support 4.12 #107
Conversation
Following #106 we'll need to upgrade the upper bound! |
The build fails with old version of the compiler
|
Signed-off-by: Carl Eastlund <[email protected]>
Signed-off-by: Carl Eastlund <[email protected]>
Signed-off-by: Carl Eastlund <[email protected]>
Signed-off-by: Carl Eastlund <[email protected]>
Signed-off-by: Carl Eastlund <[email protected]>
Signed-off-by: Carl Eastlund <[email protected]>
Signed-off-by: Carl Eastlund <[email protected]>
Signed-off-by: Carl Eastlund <[email protected]>
Signed-off-by: Carl Eastlund <[email protected]>
Signed-off-by: Carl Eastlund <[email protected]>
Signed-off-by: Carl Eastlund <[email protected]>
e157cd0
to
b45c85d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to upgrade the constraint in the opam file from < "4.12"
to < "4.13"
but besides that it looks good to me!
@ceastlund can you confirm once the constraint is updated this is good to go? I'd like to cut a release ASAP!
Hmm actually it seems this breaks the compat with
|
I don't get this error with, say, 4.04 currently. It should be fixed as of 058ff45. What compiler version and what git revision are you using that still gets that error? |
As far as I know this is good to go, but of course I've missed things other people had to point out. If it looks good to you now, it also looks good to me. |
That was in the CI but it's fixed now! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, thanks!
CHANGES: - Add support for 4.12 (ocaml-ppx/ocaml-migrate-parsetree#107, @ceastlund)
Added support for 4.12 compiler to ocaml-migrate-parsetree. Updated instructions in README for adding new versions.