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

Remove erroneous SparseVector early exit #14442

Merged
merged 1 commit into from
Dec 19, 2015
Merged

Conversation

mbauman
Copy link
Member

@mbauman mbauman commented Dec 18, 2015

There is an optimization available here, but this isn't quite it. Fix #14046.

There is an optimization available here, but this isn't quite it. Fix JuliaLang#14046.
@mbauman mbauman added the sparse Sparse arrays label Dec 18, 2015
mbauman added a commit to mbauman/SparseVectors.jl that referenced this pull request Dec 18, 2015
There is an optimization available here, but this isn't quite it. Ref JuliaLang/julia#14442.
@tkelman
Copy link
Contributor

tkelman commented Dec 19, 2015

LGTM. What's the test failure in the SparseVectors.jl version of this?

@mbauman
Copy link
Member Author

mbauman commented Dec 19, 2015

SparseVectors.jl is only failing on 0.5; we should probably disable 0.5 support there since it's not needed.

@tkelman
Copy link
Contributor

tkelman commented Dec 19, 2015

Ah cool, makes sense. On a small screen so didn't check the run too closely. Since we don't have version-dependent REQUIRE (only require SparseVectors to be installed if the package is being used on 0.4) for consumer packages of SparseVectors we may want to leave it as is (fix this bug but leave it failing on nightly and see if someone wants to fix it) for a while.

tkelman added a commit that referenced this pull request Dec 19, 2015
Remove erroneous SparseVector early exit
@tkelman tkelman merged commit 5e3dcf9 into JuliaLang:master Dec 19, 2015
@mbauman mbauman deleted the mb/14046 branch December 19, 2015 19:43
@mbauman
Copy link
Member Author

mbauman commented Dec 19, 2015

Makes sense, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sparse Sparse arrays
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants