This commit is contained in:
swrup 2025-11-11 02:07:51 +01:00
parent aa2ff7b2f0
commit 2f3113f55d
11742 changed files with 1223940 additions and 0 deletions

View file

@ -0,0 +1,21 @@
Reproduce internal error with dune pkg validate-lockdir in #11188.
$ . ./helpers.sh
$ mkrepo
$ mkpkg a <<EOF
> depends: [ "dune" ]
> EOF
$ mkpkg dune
$ solve_project<<EOF
> (lang dune 3.20)
> (package
> (name vscode)
> (depends
> a))
> EOF
Solution for dune.lock:
- a.0.0.1
Dune is able to verify this lock directory correctly:
$ dune pkg validate-lockdir