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
error[E3M38]: EvaluationError
--> /home/bozaro/joom/config-state/kcl/data/deploy/20_charts.k:2:1
|
2 | name: str
| No attribute named 'foo' in the schema 'Config'
|
Looks like there are internally some name variable name collision between lines:
Config {name = p.name + "-copy"}
copies = {"${name}-copy": makeCopy(config) for name, config in configs}
4. What is your KCL components version? (Required)
➜ kclvm_cli version
Version: 0.9.0-c020ab3eb4b9179219d6837a57f5d323
Platform: x86_64-unknown-linux-gnu
GitCommit: 11dffcb46314f5cf326b7aec6c30c1889f3d29ac
The text was updated successfully, but these errors were encountered:
Bug Report
1. Minimal reproduce step (Required)
Run configuration with
KCL_FAST_EVAL=1
(KCL_FAST_EVAL=1 kclvm_cli run .
)2. What did you expect to see? (Required)
Same result as without
KCL_FAST_EVAL=1
:3. What did you see instead (Required)
Looks like there are internally some
name
variable name collision between lines:Config {name = p.name + "-copy"}
copies = {"${name}-copy": makeCopy(config) for name, config in configs}
4. What is your KCL components version? (Required)
The text was updated successfully, but these errors were encountered: