-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
move SparseArrays to the external repo https://github.com/JuliaLang/SparseArrays.jl #43813
Conversation
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.
I'm not an expert in the package management, but tests pass, so this LGTM. Do we need this PR bot which files a checksum-update PR every time we merge a PR to SparseArrays.jl
?
Merged JuliaSparse/SparseArrays.jl#7 and updated the SHA here. Will try merge somewhat quickly so that conflicts doesn't occur. |
Do we want a NEWS entry? |
Sounds like a good idea, I'll add one. |
Wish I could give this PR a posthumous approval! |
Are you referring to https://github.com/JuliaLang/BumpStdlibs.jl? BumpStdlibs.jl won't bump the checksums every time you merge a PR to |
Right now it uses the last commit in JuliaSparse/SparseArrays.jl#7. That should be merged and the SHA updated when it is.
There are some tests that loads SparseArrays:
Random/test/runtests.jl
abstractarray.jl
ambiguous.jl
arrayops.jl
core.jl
hashing.jl
show.jl
These tests should migrate to the SparseArray repo, but that can be done after this PR is done.
@dkarrasch, @ViralBShah, I think we should try not to merge anything to SparseArrays in the Julia repo until this PR is merged.