We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please answer these questions before submitting your issue. Thanks!
kcl mod init test_pkg cd test_pkg kcl mod add helloworld
cat kcl.mod.lock
kcl.mod.lock
$ cat kcl.mod.lock [dependencies] [dependencies.helloworld] name = "helloworld" full_name = "helloworld_0.1.3" version = "0.1.3" sum = "T9FGqbdtkuML4+pDyf4SFP5bDcDusbra6AKtCZygvNw="
kcl mod update
rm kcl.mod.lock kcl mod update
$ cat kcl.mod.lock [dependencies] [dependencies.helloworld] name = "helloworld" full_name = "helloworld_0.1.3" version = "0.1.3"
The sum is missing.
sum
kcl.mod.lock will be not changed after the steps in section 1.
The sum is missing in kcl.mod.lock
The main branch
The text was updated successfully, but these errors were encountered:
zong-zhe
Successfully merging a pull request may close this issue.
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
cat kcl.mod.lock
to show the contentkcl.mod.lock
kcl.mod.lock
andkcl mod update
cat kcl.mod.lock
to show the newkcl.mod.lock
The
sum
is missing.2. What did you expect to see? (Required)
kcl.mod.lock
will be not changed after the steps in section 1.3. What did you see instead (Required)
The
sum
is missing inkcl.mod.lock
4. What is your KCL components version? (Required)
The main branch
The text was updated successfully, but these errors were encountered: