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

Update to OCaml 5.1.1, jsoo 5.8.2 #601

Merged
merged 27 commits into from
Jul 25, 2024
Merged

Update to OCaml 5.1.1, jsoo 5.8.2 #601

merged 27 commits into from
Jul 25, 2024

Conversation

AltGr
Copy link
Collaborator

@AltGr AltGr commented Jul 25, 2024

This mainly required time debugging and finding which parts of the code where silently failing with the newer version. Once I found the way to make our version of ppx_metaquot work with the newer ppxlib (very small code change in the end, but it took quite a bit of digging the ppxlib api), most of the effort was actually in updating jsoo rather than OCaml.

We stick at 5.1 for now because ppx_tools (of which we vendor a patched bit) could easily work with it, but isn't ported to 5.2 yet. There has been lots of improvements in jsoo in the 5.x branch, and I expect things to be faster although I haven't run benches.

I expect this to be part of a 1.1 release and bumped the version number in prevision

@AltGr AltGr requested a review from erikmd July 25, 2024 14:02
@AltGr
Copy link
Collaborator Author

AltGr commented Jul 25, 2024

@erikmd I have been running some quick tests locally, but this probably deserves more thorough testing.

@AltGr AltGr merged commit 50a979f into master Jul 25, 2024
4 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant