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

Nothing comparison improvement #741

Merged
merged 2 commits into from
Aug 13, 2021

Conversation

AtsushiSakai
Copy link
Contributor

I'm not sure this is intended or not, but some codes are using equality comparison (==) for nothing, not identical comparison (===).
If this is not intended, I think later one should be used for small performance improvement.

@codecov-commenter
Copy link

codecov-commenter commented Aug 13, 2021

Codecov Report

Merging #741 (f842d73) into master (11bcccc) will increase coverage by 0.04%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #741      +/-   ##
==========================================
+ Coverage   76.89%   76.93%   +0.04%     
==========================================
  Files          38       38              
  Lines        2445     2445              
==========================================
+ Hits         1880     1881       +1     
+ Misses        565      564       -1     
Impacted Files Coverage Δ
src/download.jl 0.00% <0.00%> (ø)
src/IOExtras.jl 78.12% <0.00%> (-3.13%) ⬇️
src/Messages.jl 88.48% <0.00%> (+0.71%) ⬆️
src/RetryRequest.jl 60.00% <0.00%> (+5.00%) ⬆️

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 11bcccc...f842d73. Read the comment docs.

Copy link
Member

@quinnj quinnj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! I don't think it matters as much in the tests, but in download.jl, yes.

@quinnj quinnj merged commit 7a3d9c9 into JuliaWeb:master Aug 13, 2021
@AtsushiSakai AtsushiSakai deleted the nothing_comparison_improvement branch August 13, 2021 22:19
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.

3 participants