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

Error when traversing unicode string #1796

Open
He1pa opened this issue Dec 19, 2024 · 1 comment
Open

Error when traversing unicode string #1796

He1pa opened this issue Dec 19, 2024 · 1 comment
Labels
bug Something isn't working error-handling Issues or PRs related to kcl error handling runtime Issues or PRs related to kcl runtime including value and value opertions

Comments

@He1pa
Copy link
Contributor

He1pa commented Dec 19, 2024

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

a = [ x for x in "你好"]

2. What did you expect to see? (Required)

a:
- 你
- 好

3. What did you see instead (Required)

image

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

@He1pa
Copy link
Contributor Author

He1pa commented Dec 19, 2024

Related to #1783

@He1pa He1pa added bug Something isn't working runtime Issues or PRs related to kcl runtime including value and value opertions error-handling Issues or PRs related to kcl error handling labels Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working error-handling Issues or PRs related to kcl error handling runtime Issues or PRs related to kcl runtime including value and value opertions
Projects
None yet
Development

No branches or pull requests

1 participant