-
Notifications
You must be signed in to change notification settings - Fork 323
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
Internal IR representation 'leaked' in stack trace of a dataflow error thrown from a suspended argument with default value #8706
Comments
Alternative repro not relying on
|
btw. in the example above, shouldn't the IMHO both locations should be the same, regardless of if the argument is suspended or not, because I don't see how the argument being suspended should influence its location. So perhaps the Expected behaviour for the example above shall be following?
OR
(the |
prints
We can see that the location contains a long-form text representation of the
if_missing
default argument. This makes the stack trace harder to read, if not to say a bit 'ugly'.I think the expected behaviour would be something like:
The text was updated successfully, but these errors were encountered: