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
test/versions.k:
version = "v1.0.0"
in test/main.k:
app = { version = version }
then try again and rename version.k so that it lexicographically comes before main.k, ie: test/_versions.k
version.k
main.k
test/_versions.k
version: v1.0.0 app: version: v1.0.0
due to proper lazy eval
app: {} version: v1.0.0
kcl version 0.8.3-darwin-arm64
The text was updated successfully, but these errors were encountered:
Thanks for the feedback. This is a WIP feature. #1104
It is expected to be in v0.9
Sorry, something went wrong.
Peefy
Successfully merging a pull request may close this issue.
Bug Report
1. Minimal reproduce step (Required)
test/versions.k:
in test/main.k:
then try again and rename
version.k
so that it lexicographically comes beforemain.k
, ie:test/_versions.k
2. What did you expect to see? (Required)
due to proper lazy eval
3. What did you see instead (Required)
app: {}
version: v1.0.0
4. What is your KCL components version? (Required)
kcl version
0.8.3-darwin-arm64
The text was updated successfully, but these errors were encountered: