-
Notifications
You must be signed in to change notification settings - Fork 412
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
Use Toploop.add_directive #4834
Conversation
aec8eae
to
44cb88b
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.
Needs a CHANGES entry.
292763c
to
97b6be2
Compare
Done (sorry for the lag). Will merge once CI passes. |
Signed-off-by: Nicolás Ojeda Bär <n.oje.bar@gmail.com>
97b6be2
to
c2cce09
Compare
By the way if there is another 2.9 release this can go in it. |
When should I expect this to land in an official release ? |
This will be in 3.0 but it is probably worth doing a 2.9 maintenance release with this fix as well. cc @rgrinberg @ejgallego |
Ok, the fix seems minor but we can add it to 2.9.2 |
Yes, the warning is a bit annoying because it triggers whenever you use "OCaml syntax" with 4.13. |
It would indeed be nice to have a 2.9.2 release to declutter build results with OCaml 4.13. |
Sure, I didn't have time to backport this, please feel free to submit a backported PR targetting the 2.9 branch [and don't forget to adjust the changelog in |
Signed-off-by: Nicolás Ojeda Bär <n.oje.bar@gmail.com> (cherry picked from commit 3f08057)
Done in #5026 |
CHANGES: - Fix missing -linkall flag when linking library dune-sites.plugin ( ocaml/dune#4348, @Kakadu, @bobot, reported by @Kakadu) - No longer reference deprecated Toploop functions when using dune files in OCaml syntax. (ocaml/dune#4834, fixes ocaml/dune#4830, @nojb) - Use the stag format API to be compatible with OCaml 5.0 (ocaml/dune#5351, @emillon). - Fix post-processing of dune-package (fix ocaml/dune#4389, @strub)
This reverts commit 3f08057. Signed-off-by: nojebar <nicolas.ojeda.bar@lexifi.com>
This reverts commit 3f08057. Signed-off-by: nojebar <nicolas.ojeda.bar@lexifi.com>
This reverts commit 3f08057. Signed-off-by: nojebar <nicolas.ojeda.bar@lexifi.com>
This reverts commit 3f08057. Signed-off-by: nojebar <nicolas.ojeda.bar@lexifi.com>
Fixes #4830
cc @hhugo