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

fix #30346, specificity issue with DynamicPolynomials #30360

Merged
merged 1 commit into from
Dec 12, 2018
Merged

Conversation

JeffBezanson
Copy link
Member

Fortunately, the only side effect of this change involves another specificity change that only exists on master (#29405). There, a transitivity bug was fixed by making A < B, B !< C, A !< C. This flips it to A < B, B < C, A < C. As a bonus we can remove a huge block of ugly logic.

fix #30346

@JeffBezanson JeffBezanson added types and dispatch Types, subtyping and method dispatch backport pending 1.1 labels Dec 11, 2018
@JeffBezanson JeffBezanson merged commit e4aa541 into master Dec 12, 2018
@JeffBezanson JeffBezanson deleted the jb/fix30346 branch December 12, 2018 22:35
KristofferC pushed a commit that referenced this pull request Dec 12, 2018
@KristofferC KristofferC mentioned this pull request Dec 12, 2018
52 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
types and dispatch Types, subtyping and method dispatch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unreachable reached
2 participants