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

use === for comparison to nothing and Symbols #1486

Merged
merged 1 commit into from
Nov 5, 2019
Merged

use === for comparison to nothing and Symbols #1486

merged 1 commit into from
Nov 5, 2019

Conversation

JeffBezanson
Copy link
Member

This is helpful to the compiler, since e.g. DataValue(nothing) == nothing is true.

@codecov
Copy link

codecov bot commented Nov 4, 2019

Codecov Report

Merging #1486 into master will not change coverage.
The diff coverage is 88.88%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1486   +/-   ##
=======================================
  Coverage   87.26%   87.26%           
=======================================
  Files          25       25           
  Lines        5379     5379           
=======================================
  Hits         4694     4694           
  Misses        685      685
Impacted Files Coverage Δ
src/Pkg.jl 90% <ø> (ø) ⬆️
src/REPLMode/REPLMode.jl 63.84% <0%> (ø) ⬆️
src/BinaryPlatforms.jl 91.8% <100%> (ø) ⬆️
src/API.jl 94.63% <100%> (ø) ⬆️
src/Operations.jl 93.37% <100%> (ø) ⬆️
src/GitTools.jl 90.64% <100%> (ø) ⬆️
src/generate.jl 100% <100%> (ø) ⬆️
src/Artifacts.jl 91.6% <100%> (ø) ⬆️
src/versions.jl 93.12% <100%> (ø) ⬆️
src/PlatformEngines.jl 76.19% <100%> (ø) ⬆️
... and 4 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 82b9f16...b00c9ad. Read the comment docs.

@fredrikekre fredrikekre merged commit b161404 into master Nov 5, 2019
@fredrikekre fredrikekre deleted the jb/is branch November 5, 2019 00:02
@fredrikekre
Copy link
Member

Do we want this for 1.3.0?

@JeffBezanson
Copy link
Member Author

It's not crucial.

fredrikekre pushed a commit that referenced this pull request Nov 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants