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

smarter order of checks in jl_types_equal #28677

Merged
merged 1 commit into from
Aug 16, 2018
Merged

Conversation

JeffBezanson
Copy link
Sponsor Member

This works around the test issue in RDatasets (JuliaStats/RDatasets.jl#54). We could still use some more fundamental subtyping improvements in such cases, but luckily this simple change fixes it for now.

this works around the test issue in RDatasets
@JeffBezanson JeffBezanson added the domain:types and dispatch Types, subtyping and method dispatch label Aug 16, 2018
@JeffBezanson JeffBezanson merged commit af3c452 into master Aug 16, 2018
@JeffBezanson JeffBezanson deleted the jb/fastertypesequal branch August 16, 2018 21:13
KristofferC pushed a commit that referenced this pull request Aug 19, 2018
this works around the test issue in RDatasets

(cherry picked from commit af3c452)
KristofferC pushed a commit that referenced this pull request Aug 19, 2018
this works around the test issue in RDatasets

(cherry picked from commit af3c452)
@KristofferC KristofferC mentioned this pull request Aug 19, 2018
KristofferC pushed a commit that referenced this pull request Aug 19, 2018
this works around the test issue in RDatasets

(cherry picked from commit af3c452)
@XilinJia
Copy link

XilinJia commented Aug 20, 2018

When will this be reflected in the released version? Or perhaps more relevant, how can I test this fix?

@ararslan
Copy link
Member

@LeoK987, you can use nightly binaries or build Julia's master branch. A release 1.0.1 is in the works, and that will include this change.

KristofferC pushed a commit that referenced this pull request Sep 8, 2018
this works around the test issue in RDatasets

(cherry picked from commit af3c452)
KristofferC pushed a commit that referenced this pull request Sep 8, 2018
this works around the test issue in RDatasets

(cherry picked from commit af3c452)
@KristofferC KristofferC added kind:bugfix This change fixes an existing bug and removed backport pending 1.0 labels Sep 27, 2018
KristofferC pushed a commit that referenced this pull request Feb 11, 2019
this works around the test issue in RDatasets

(cherry picked from commit af3c452)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain:types and dispatch Types, subtyping and method dispatch kind:bugfix This change fixes an existing bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants