-
-
Notifications
You must be signed in to change notification settings - Fork 269
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
Remove a case of type piracy #1035
Conversation
bors try |
I was wrong, it was being used somehow, subtly. EDIT: But only on Julia 1.0! |
tryBuild failed |
b3cb972
to
fdeeca9
Compare
bors try |
I would prefer patch #1036 |
tryBuild succeeded |
Okay, up to you. I have a fix for another case of type piracy for which I can repurpose this PR. |
Cool, I'll merge the other one |
`in(::VersionNumber, ::VersionNumber)` was only used once and isn't necessary.
356e250
to
415d621
Compare
bors try |
If you wanna fix #282 you can remove the |
I can wrap that definition in a version check once JuliaLang/julia#30947 is merged. |
tryBuild succeeded |
It is now defined in Base.
Version check added. bors try |
tryBuild succeeded |
Good to merge? |
bors r+ |
1035: Remove a case of type piracy r=ararslan a=ararslan Repurposed to fix #282. Co-authored-by: Alex Arslan <[email protected]>
Repurposed to fix #282.