Skip to content
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

Bug: some errors that occur during the parse phase are missing. #676

Closed
zong-zhe opened this issue Aug 22, 2023 · 0 comments · Fixed by #677
Closed

Bug: some errors that occur during the parse phase are missing. #676

zong-zhe opened this issue Aug 22, 2023 · 0 comments · Fixed by #677
Assignees
Labels
bug Something isn't working

Comments

@zong-zhe
Copy link
Contributor

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

The kcl program looks like below:

import kcl_plugin.not_exist

The_first_kcl_program = 'Hello World!'

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.

The_first_kcl_program: Hello World!

4. What is your KCL components version? (Required)

I build KCL from the main branch.

$ kcl --version
Version: 0.5.5-20ab3eb4b9179219d6837a57f5d35286
Platform: aarch64-apple-darwin
GitCommit: a19eb7b5ac829ebd620e53f292a67d093b4a2e7a
@zong-zhe zong-zhe added the bug Something isn't working label Aug 22, 2023
@zong-zhe zong-zhe added this to the v0.6.0 Release milestone Aug 22, 2023
@zong-zhe zong-zhe self-assigned this Aug 22, 2023
@github-project-automation github-project-automation bot moved this to Done in KCL 2023 Aug 22, 2023
@Peefy Peefy removed this from KCL 2023 Sep 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant