Skip to content

0.2.7

Compare
Choose a tag to compare
@NathanReb NathanReb released this 23 Nov 08:43
· 525 commits to main since this release

CHANGES:

Added

  • Add a list subcommand to list the duniverse packages in the lockfile
    (#217, @samoht)

Changed

  • Only warn users about missing dune-ports repo in OPAM switch if no solution
    can be found due to packages not building with dune (#210, @Leonidas-from-XIV)
  • Rename the --repo option to --root to make it more
    straightforward that this is referring to the project root (#218, @samoht)
  • Improve the wording of the lockfile selection log (#222, @NathanReb)
  • Display the full solver error with --verbose (#229, @emillon)

Fixed

  • Better errors for opam-monorepo depext, especially for non-interactive
    shells (#216, @samoht)
  • Properly detect all opam packages defined in the current repository, preventing it
    from later pulling duplicates into the duniverse if they were part of the target packages
    dependencies. (#203, @Leonidas-from-XIV)
  • Properly report missing dune-project file when trying to determine the
    to-be-genrated lockfile name (#227, @NathanReb)