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

test: show limitation installing multi-context libs #10493

Conversation

anmonteiro
Copy link
Collaborator

this test describes the limitation I mentioned in #10471 (comment).

our expectation is that "universal" libraries (which are defined in multiple contexts):

  • can be installable next to native libraries
  • automatically with dune install {PACKAGE_NAME}

this might require:

  • checking that there are no collisions between the libraries (1 is exclusively (modes melange) the other doesn't contain (modes melange)
    • this is only a problem if libraries within the package share a public_name

Signed-off-by: Antonio Nuno Monteiro <anmonteiro@gmail.com>
@anmonteiro anmonteiro merged commit 77e79d8 into ocaml:main May 14, 2024
1 of 2 checks passed
@anmonteiro anmonteiro deleted the anmonteiro/show-limitation-installing-multi-context branch May 14, 2024 00:51
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