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

Add ismutabletype #759

Merged
merged 1 commit into from
Oct 29, 2021
Merged

Add ismutabletype #759

merged 1 commit into from
Oct 29, 2021

Conversation

mauro3
Copy link
Contributor

@mauro3 mauro3 commented Oct 3, 2021

Not sure this follows the rules.

@codecov
Copy link

codecov bot commented Oct 3, 2021

Codecov Report

Merging #759 (a3c6310) into master (fe75815) will decrease coverage by 0.10%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #759      +/-   ##
==========================================
- Coverage   78.56%   78.45%   -0.11%     
==========================================
  Files           4        4              
  Lines         639      636       -3     
==========================================
- Hits          502      499       -3     
  Misses        137      137              
Impacted Files Coverage Δ
src/Compat.jl 78.41% <100.00%> (-0.12%) ⬇️

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 fe75815...a3c6310. Read the comment docs.

@martinholters martinholters added the needs-news Needs an entry in the README label Oct 4, 2021
Copy link
Member

@martinholters martinholters left a comment

Choose a reason for hiding this comment

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

Still needs a README entry, but otherwise LGTM.

src/Compat.jl Outdated
@@ -1195,6 +1195,16 @@ if VERSION < v"1.7.0-DEV.793"
end
end

if !isdefined(Base, Symbol("ismutabletype"))
Copy link
Member

Choose a reason for hiding this comment

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

Using a VERSION check has the benefit of letting us know at what point in the future we can drop this. Though that is not a must, obviously.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Remind me on how I best get the VERSION. Two steps, I think: find the commit (and its git sha1), then translate sha1 to "DEV.xyz".

Copy link
Member

Choose a reason for hiding this comment

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

Correct. Step 1 involves the usual archaeology, e.g. searching through the Github PRs and identify the merge commit or use blame on the relevant code. Step 2 is then commit-name.sh [COMMIT_SHA].

@timholy
Copy link
Member

timholy commented Oct 28, 2021

Bump & xref JuliaIO/JLD.jl#302

@mauro3
Copy link
Contributor Author

mauro3 commented Oct 28, 2021

All done.

@timholy timholy merged commit d81841c into JuliaLang:master Oct 29, 2021
@timholy
Copy link
Member

timholy commented Oct 29, 2021

Thanks so much, @mauro3!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-news Needs an entry in the README
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants