[new release] opam-monorepo (0.2.2) #18972
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Assemble and manage fully vendored Dune repositories
CHANGES:
Added
--ocaml-version
argument tolock
: it allows to determine the ocaml version in thelockfile that's being generated (Add argument
--ocaml-version
tolock
tarides/opam-monorepo#161, @pitag-ha)Changed
jbuilder
from the lock step. Since dune 2.0,jbuild
files arenot supported. A new
--allow-jbuilder
option have been added to enable the old behavior.opam-monorepo to rightfully recognize
opam-file-format
latest versions as building withdune. (Improve detection of packages building with dune tarides/opam-monorepo#176, @NathanReb)
the number in the default logs. (Quieter lock logs tarides/opam-monorepo#173, @NathanReb)
a compiler variant, either directly or using
ocaml-option-*
packages. (Discard ocaml variants by default tarides/opam-monorepo#178, @NathanReb)Fixed
git+https
(Fix git default branch computation tarides/opam-monorepo#166, @TheLortex)duniverse
(Remove mention of duniverse, use opam monorepo instead. tarides/opam-monorepo#158, @rizo)where opam-monorepo wouldn't work outside of of git repo and a bug where it wouldn't
work on non-english systems. (Use a more robust way of finding the main branch tarides/opam-monorepo#157, fixes Duniverse is broken on non-English systems tarides/opam-monorepo#114, @TheLortex)