You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 15, 2023. It is now read-only.
Hi, with the release of OCaml 5.0, I have recently been trying out compilation of various codebases with 5.0.
However, since the file compiler-libs-406/obj.ml referenced primitives that are deprecated in 5.0, the code did not compile.
Therefore, I simply copied-and-pasted files from ~/.opam/5.0.0/lib/ocaml over to compiler-libs-406 and fixed some details.
As a result, compilation works for both OCaml 4.14.1 and 5.0. Link to code
Running testrunner on the newly compiled binary seems to be ok, but since I changed a considerable amount of code, I am cautious about suggesting this change. Would opening a PR be fine?
Hi, with the release of OCaml 5.0, I have recently been trying out compilation of various codebases with 5.0.
However, since the file
compiler-libs-406/obj.mlreferenced primitives that are deprecated in 5.0, the code did not compile.Therefore, I simply copied-and-pasted files from
~/.opam/5.0.0/lib/ocamlover tocompiler-libs-406and fixed some details.As a result, compilation works for both OCaml 4.14.1 and 5.0. Link to code
Running
testrunneron the newly compiled binary seems to be ok, but since I changed a considerable amount of code, I am cautious about suggesting this change. Would opening a PR be fine?