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!
The kcl program looks like below:
import kcl_plugin.not_exist The_first_kcl_program = 'Hello World!'
kcl_plugin.not_exist does not exist and should output an error message.
kcl_plugin.not_exist
Compiled successfully.
The_first_kcl_program: Hello World!
I build KCL from the main branch.
$ kcl --version Version: 0.5.5-20ab3eb4b9179219d6837a57f5d35286 Platform: aarch64-apple-darwin GitCommit: a19eb7b5ac829ebd620e53f292a67d093b4a2e7a
The text was updated successfully, but these errors were encountered:
zong-zhe
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)
The kcl program looks like below:
2. What did you expect to see? (Required)
kcl_plugin.not_exist
does not exist and should output an error message.3. What did you see instead (Required)
Compiled successfully.
4. What is your KCL components version? (Required)
I build KCL from the main branch.
The text was updated successfully, but these errors were encountered: