-
-
Notifications
You must be signed in to change notification settings - Fork 60
Remove SparseArrays hard dep #581
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
Conversation
@oscardssmith do you know what's going on here? |
no idea. That's very odd. The syntax looks correct to me... |
Could this be related to our CI failures on Windows and macOS with Julia 1.10?
CC @svchb |
Maybe that's an instance of JuliaLang/Pkg.jl#4018 |
There is nothing |
TrixiParticles is devd in the CI run. Maybe that's sufficient to trigger the bug, maybe not. Another possibly related issue is JuliaLang/Pkg.jl#3947. |
Well this is just on the PR branch, and this branch isn't merged, so it shouldn't cause anything downstream. |
Erik is referring to a common bug, for example, in Pkg.jl. |
Possibly the problem with this PR is that it does not add SparseArrays as additional trigger to the extensions that depend on it. With these additional changes, the Pkg error does not show up anymore: #584 |
No description provided.