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!
schema S: a: int b: str schema L: ss: [S] # S { b = "b" } L { ss = [S { b = "b" }] }
S
L
ss: - b: b
Reproduced with:
kcl --version Version: 0.5.1-20ab3eb4b9179219d6837a57f5d35286 Platform: aarch64-apple-darwin GitCommit: 18297873c31a1feb2a36a983e0f8f10f0c476da8
The text was updated successfully, but these errors were encountered:
Thank you for your feedback. It will be available in v0.5.5 version next Wednesday. (2023.08.23)
Sorry, something went wrong.
Thank you, I'll definitely test it out.
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)
2. What did you expect to see? (Required)
S
schema nested inside theL
schema (on the last line) is missing a required attribute, that should be a compile error.3. What did you see instead (Required)
4. What is your KCL components version? (Required)
Reproduced with:
The text was updated successfully, but these errors were encountered: