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

dispatch: fix incorrect signature narrowing for U{Type, S} #31671

Merged
merged 1 commit into from
Apr 11, 2019

Conversation

vtjnash
Copy link
Member

@vtjnash vtjnash commented Apr 10, 2019

it should only widen a signature, not narrow it, but was using intersect instead of subtype

fix #31406

it should only widen a signature, not narrow it, but was using intersect instead of subtype

fix #31406
@vtjnash vtjnash added the bugfix This change fixes an existing bug label Apr 10, 2019
@vtjnash vtjnash requested a review from Keno April 10, 2019 16:28
@JeffBezanson JeffBezanson merged commit b4e95cb into master Apr 11, 2019
@JeffBezanson JeffBezanson deleted the jn/31406 branch April 11, 2019 17:03
KristofferC pushed a commit that referenced this pull request Apr 15, 2019
it should only widen a signature, not narrow it, but was using intersect instead of subtype

fix #31406

(cherry picked from commit b4e95cb)
@KristofferC KristofferC mentioned this pull request Apr 15, 2019
58 tasks
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

collect-related segfault
4 participants