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 presentation #98

Open
EagleoutIce opened this issue Jul 31, 2024 · 1 comment
Open

Error presentation #98

EagleoutIce opened this issue Jul 31, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@EagleoutIce
Copy link
Member

When I enter code like this:

if(z > 3) 
   x;
else
   y;


print(k)

and request the dataflow graph, i get an error plastered into my face which just says that the code had a parsing error. Maybe we want a better error presentation and better text to show to the user?

@EagleoutIce EagleoutIce added the enhancement New feature or request label Jul 31, 2024
@EagleoutIce
Copy link
Member Author

And just to clarify: the parsing error is, of course, correct.

@EagleoutIce EagleoutIce changed the title Erorr presentation Error presentation Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant