Peefy
Peefy
Hello @wilsonwang371 I've release the KCL v0.8.3 and the latest `kcllang/kcl` image. Thank you for the feedback again.
cc @zong-zhe
cc @zong-zhe Please help investigate and fix it
Yes, we can organize names by package names instead of long schema names. In fact, KCL import OpenAPI has been organized by package name, just like the k8s package https://github.com/kcl-lang/modules/tree/main/k8s/1.31,...
Thank you! @wmcnamee-coreweave PRs welcome! For Go struct to KCL module, track issue is here. https://github.com/kcl-lang/kcl-go/issues/332 Actually, this work is underway and I have successfully converted some of the argoworkflows...
Hello @wmcnamee-coreweave Thanks for the feedback. cc @zong-zhe Can you help take a look at this issue?
cc @zong-zhe
Yes, some recent bug fixes have caused these regression errors. We will fix it later and release it in v0.10.8+ and v0.11.x
The default attribute operator of the config is `:` that came from the external config. Thus, `1 | None = 1`. If we want to merge like the `y =...
This is as expected, as for schema, its attribute operator is assumed to be '=' by default. The former is equivalent to merging schema `parent` and schema `temp`, while the...