You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mkdir A B C
cd A
juvix init
cd ../B
juvix init
# replace Package.juvix with contents below
cd ../C
mkdir T
cd T
juvix init
# replace Package.juvix with contents below
juvix dependencies update
juvix typecheck
> /home/jan/projects/bug/B/Package.juvix:1:1: error:
The dependency ../A is declared in the package's juvix.yaml but is not declared in the lockfile: /home/jan/projects/bug/C/T/juvix.lock.yaml
Try running the following command:
juvix dependencies update
Steps to reproduce (might not be minimal):
1-
B/Package.juvix
:2-
C/T/Package.juvix
:The text was updated successfully, but these errors were encountered: