[new release] opam-monorepo (0.3.4) #22538
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
x-opam-monorepo-repositories
(Support remote URLs in x-opam-monorepo-repositories tarides/opam-monorepo#284, Support Git in
x-opam-monorepo-opam-repositories
tarides/opam-monorepo#317, @Leonidas-from-XIV)Fixed
package manager state (Disable filtering of available packages for availability of their depexts tarides/opam-monorepo#322, @Leonidas-from-XIV)
pull
would crash if the lock file contained no package tovendor (Fix parsing of lock files with empty duniverses tarides/opam-monorepo#321, @NathanReb)
status of the packages (Shouldn't fail when depext fails tarides/opam-monorepo#258, Properly display error message when depext fails tarides/opam-monorepo#323, @RyanGibb, @Julow)
archive-mirrors
from the global opam configuration into account toallow more local caches (use cache urls from opam config tarides/opam-monorepo#337, @hannesm)
doesn't match the package's version (Warn when using source for different version tarides/opam-monorepo#352, @reynir)