Skip to content

Conversation

@omus
Copy link
Member

@omus omus commented Apr 12, 2021

Fixes: #33147

@omus omus added error handling Handling of exceptions by Julia or the user bugfix This change fixes an existing bug labels Apr 12, 2021
@JeffBezanson
Copy link
Member

Oof, this error path is so ugly. I wonder if we could remove all the try blocks, and instead check for this case by examining the stack during error printing. That might be more accurate as well, better distinguishing errors actually caused by invalid elements.

@StefanKarpinski
Copy link
Member

Bump.

vtjnash added a commit that referenced this pull request Feb 1, 2024
Fixes: #33147
Replaces/Closes: #40445
Co-authored-by: Jameson Nash <[email protected]>
vtjnash added a commit that referenced this pull request Feb 1, 2024
Fixes: #33147
Replaces/Closes: #40445
Co-authored-by: Jameson Nash <[email protected]>
@vtjnash vtjnash closed this in 5547305 Feb 10, 2024
@DilumAluthge DilumAluthge deleted the cv/fix-redundant-dict-error branch January 12, 2025 19:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugfix This change fixes an existing bug error handling Handling of exceptions by Julia or the user

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Dict construction calls generator side effects twice on failure

4 participants