Merged
Conversation
ocsigen-i18n 5.0.0 generates [@@deriving json] directly in --eliom mode. All ocsigen-start versions that depend on ocsigen-i18n have a sed post-processing step that also adds [@@deriving json], causing duplication and a compilation error. Add < 5.0.0 upper bound on all affected versions (4.4.0 through 8.0.0). Also remove duplicate ocsigen-i18n dependency entries.
Member
|
Ocsigen-start builds are failing with: which seems unrelated, but do you know where it comes from or how it could be fixed? |
Contributor
Author
|
It's a known js_of_ocaml incompatibility with OCaml 4.14.3: see ocsigen/js_of_ocaml#1843. The ce_rec field was removed from Instruct.compilation_env in OCaml 4.14.3 |
Contributor
Author
mseri
added a commit
to mseri/opam-repository
that referenced
this pull request
Apr 13, 2026
See ocaml#29643 Signed-off-by: Marcello Seri <marcello.seri@gmail.com>
Member
|
Indeed, I had kept it open to check if more where needed. I opened a new PR, let's see if this is enough |
Member
|
This seems to have fixed it now :) |
Member
|
Thanks for the patience |
Contributor
Author
|
Thank you! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ocsigen-i18n.5.0.0Internationalisation of OCaml apps
Provides executables: ocsigen-i18n for generating an OCaml file from a file containing tab-separated values; ocsigen-i18n-rewriter for implementing a PPX syntax for referencing entries in the generated OCaml file
🐫 Pull-request generated by opam-publish v3.0.0