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

Fix interpretation of 'exists_if' in META files #10564

Merged
merged 2 commits into from
May 23, 2024
Merged

Conversation

nojb
Copy link
Collaborator

@nojb nojb commented May 23, 2024

Fixes #10563

Both the problem and the fix were suggested by @dbuenzli.

Signed-off-by: Nicolás Ojeda Bär <[email protected]>
@nojb nojb merged commit de81e2a into ocaml:main May 23, 2024
27 of 28 checks passed
@nojb nojb deleted the META_exists branch May 23, 2024 19:17
@emillon emillon mentioned this pull request May 24, 2024
13 tasks
emillon pushed a commit to emillon/dune that referenced this pull request May 24, 2024
@emillon emillon mentioned this pull request May 24, 2024
emillon pushed a commit to emillon/dune that referenced this pull request May 24, 2024
emillon added a commit that referenced this pull request May 24, 2024
* Fix interpretation of 'exists_if' in META files (#10564)

Signed-off-by: Nicolás Ojeda Bär <[email protected]>

* Add fixes

Signed-off-by: Etienne Millon <[email protected]>

---------

Signed-off-by: Nicolás Ojeda Bär <[email protected]>
Signed-off-by: Etienne Millon <[email protected]>
Co-authored-by: Nicolás Ojeda Bär <[email protected]>
emillon added a commit to emillon/opam-repository that referenced this pull request May 24, 2024
CHANGES:

### Fixed

- Fix interpretation of `exists_if` predicate in `META` files of installed
  libraries containing more than one element. (ocaml/dune#10564, fixes ocaml/dune#10563, @dbuenzli,
  @nojb)

- Fix TSAN warning in wait4 stubs (ocaml/dune#10554, fixes ocaml/dune#10553, @emillon)
MA0010 pushed a commit to MA0010/dune that referenced this pull request Jun 5, 2024
avsm pushed a commit to avsm/opam-repository that referenced this pull request Sep 5, 2024
CHANGES:

### Fixed

- Fix interpretation of `exists_if` predicate in `META` files of installed
  libraries containing more than one element. (ocaml/dune#10564, fixes ocaml/dune#10563, @dbuenzli,
  @nojb)

- Fix TSAN warning in wait4 stubs (ocaml/dune#10554, fixes ocaml/dune#10553, @emillon)
anmonteiro pushed a commit to anmonteiro/dune that referenced this pull request Nov 17, 2024
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.

Misinterpretation of META's exists_if directive by dune.
2 participants