-
Notifications
You must be signed in to change notification settings - Fork 194
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
Use something
instead of coalesce
#384
Conversation
OSX failure is unrelated (and should go away with Julia > 0.7.0-DEV.5268). |
src/base.jl
Outdated
@@ -1,5 +1,9 @@ | |||
# This file contains code formerly part of Julia. License is MIT: https://julialang.org/license | |||
|
|||
if !isdefined(Base, :something) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Better check for VERSION
, which will allow Femtocleaner to remove this block automatically. Or add this directly to Compat, which will be useful anyway.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Better check for VERSION, which will allow Femtocleaner to remove this block automatically.
Good point, update incoming.
Or add this directly to Compat, which will be useful anyway.
True. But do we want to wait for that to be included in Compat and the release published?
4c23587
to
b19ec13
Compare
Codecov Report
@@ Coverage Diff @@
## master #384 +/- ##
==========================================
+ Coverage 80.53% 87.88% +7.35%
==========================================
Files 20 20
Lines 2281 2287 +6
==========================================
+ Hits 1837 2010 +173
+ Misses 444 277 -167
Continue to review full report at Codecov.
|
The 32-bit failure on Julia 0.6.3 is JuliaLang/julia#27345. |
No description provided.