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

"item" not properly visualized in visualizer #2663

Open
maciejklimek opened this issue Sep 24, 2024 · 3 comments
Open

"item" not properly visualized in visualizer #2663

maciejklimek opened this issue Sep 24, 2024 · 3 comments

Comments

@maciejklimek
Copy link
Contributor

it looks like the "item" is not properly visualized. Here is the screenshot.
image

@AndreasArvidsson
Copy link
Member

AndreasArvidsson commented Sep 24, 2024

The text based(splitting on comma) implementation of collection item is still in legacy. There's nothing wrong with the visualizer per se. That is why you can't say "take next item" in a comma separated list.

@maciejklimek
Copy link
Contributor Author

sorry I don't understand. There are two dictionaries in the code. Shouldn't the visualizer show their items?

@AndreasArvidsson
Copy link
Member

AndreasArvidsson commented Sep 24, 2024

sorry I don't understand. There are two dictionaries in the code. Shouldn't the visualizer show their items?

Yes eventually, but not with the current implementation. Comma separated lists are implemented in a language agnostic, text only way. That is still in the legacy implementation and is therefore not supported by the new grammar or the scope visualizer. Once we update that we will get comma separated lists for all languages in the scope visualizer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants