-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
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
[FAQ] Keys with hyphens support in FAQ #143
Comments
Top-level keys still cannot contain hyphens, but this is allowed in yaml. |
Hi @YiuTerran, thank you for your feedback. Currently, KCL supports this for top level keys both in config and schema, for the following code. schema Data:
"a-b-c": str
Data {
"a-b-c": "a-b-c"
} Of course, it does have more room for evolution at the grammatical and semantic levels. 🤔️ |
@Peefy The |
@YiuTerran I see. Thank you for your feedback. I have opened an Issue for recording this: kcl-lang/kcl-go#204 The import related functions are currently implemented in kcl-lang/kcl-go. If you are interested, PRs welcome! Otherwise we will fix it before next week. Thank you again. ❤️ |
Hey, @Peefy is this issue fixed? |
No |
Enhancement
kcl-lang/kcl#681
The text was updated successfully, but these errors were encountered: