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

It is hard to tell if a value has more than one warning attached #12069

Open
radeusgd opened this issue Jan 17, 2025 · 0 comments
Open

It is hard to tell if a value has more than one warning attached #12069

radeusgd opened this issue Jan 17, 2025 · 0 comments

Comments

@radeusgd
Copy link
Member

I was prototyping an Enso workflow and I ran into a problem with parsing Date Time.

Image

The warning that I was seeing was only telling me that some values failed to parse and showing me examples of the problematic values. But I could not figure out why it was failing.

In fact our libraries already try to be proactive and warn if the format is 'suspicious' (which was the case in my example - wrong mixing of HH with a):

Image

But I totally missed that there's an additional warning. I was about to submit a bug report that this warning is supposed to be reported but isn't. But in the middle of writing that report I realized - I haven't checked the warnings visualization! After checking - the warning was there.

The problem is - it is really hard to tell for the user if there are more than one warning attached. I assumed there is only one warning so I didn't think that I should check the warnings visualization.

Is it possible to display in some way the count of warnings attached to the value? Or some information below the first warning that is displayed that '+ N hidden warnings, open Warnings visualization to see them.'?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: New
Development

No branches or pull requests

1 participant