This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue