Skip to content

eliminate errDowncast wrapper#6959

Merged
mccanne merged 1 commit into
mainfrom
error-downcast
May 18, 2026
Merged

eliminate errDowncast wrapper#6959
mccanne merged 1 commit into
mainfrom
error-downcast

Conversation

@mccanne
Copy link
Copy Markdown
Collaborator

@mccanne mccanne commented May 17, 2026

This commit eliminates errDowncast by recognizing that errors and valid downcast results can be disambiguated simply by checking the resulting vector type of the downcast.

Base automatically changed from no-named-fusion to main May 18, 2026 15:01
This commit eliminates errDowncast by recognizing that errors and
valid downcast results can be disambiguated simply by checking the
resulting vector type of the downcast.
Copy link
Copy Markdown
Member

@nwt nwt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good but I'll leave approval to @mattnibs.

Copy link
Copy Markdown
Collaborator

@mattnibs mattnibs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool!

@mccanne mccanne merged commit eabe6fc into main May 18, 2026
2 checks passed
@mccanne mccanne deleted the error-downcast branch May 18, 2026 19:48
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

Successfully merging this pull request may close these issues.

3 participants