Skip to content

changelog: add a post about OCaml.org migration to Dune Developer Pre… #3152

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

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

sabine
Copy link
Collaborator

@sabine sabine commented Jun 7, 2025

…view

### Dependency Compatibility

The migration uncovered compatibility issues with upstream dependencies. Specifically, the `merlin-js` dependency, which hasn't been upstreamed to the main Merlin project, appears to have compatibility issues with Dune package management. This highlights an important consideration for the broader ecosystem: a few packages may need updates to work seamlessly with the new package management features.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The issue with merlin-js was that it used symlinks in its example programs. Dune package management doesn't support this at the moment, so we removed this to enable building it with Dune package management. This issue is similar to the issue with ocamlbuild and ocamlfind; both packages have patched versions removing symlinks for dune package management.

@Sudha247
Copy link
Contributor

@sabine could we also update the CI to use Dune developer preview? Here's a GHA package to do that: https://github.com/ocaml-dune/setup-dune.

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.

2 participants