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
kcl test.k
Error: failed to compile the kcl package
Internal error, please report a bug to us: KCLError { message: "name '@temp' is not defined", ty: Compile }
However if I move MySchema into test.k it works, or if reference MySchema outside of list comprehension it works.
The text was updated successfully, but these errors were encountered:
steeling
changed the title
object overrides broken in imports
(imported) object overrides broken with list comprehension
Apr 18, 2024
I think specifically when using list comprehension with an imported object:
in temp/temp.k:
in test.k:
kcl test.k Error: failed to compile the kcl package Internal error, please report a bug to us: KCLError { message: "name '@temp' is not defined", ty: Compile }
However if I move MySchema into
test.k
it works, or if reference MySchema outside of list comprehension it works.The text was updated successfully, but these errors were encountered: