-
-
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
return non-zero exit code on exceptional termination #201
Comments
@JeffBezanson, I have to admit, I'm having a hard time following the exit logic and figuring out where the exit code would be set. |
cmcaine
pushed a commit
to cmcaine/julia
that referenced
this issue
Sep 24, 2020
Adding in accumulate exercise
fredrikekre
added a commit
that referenced
this issue
Sep 16, 2022
This patch updates SparseArrays. In particular it contains JuliaSparse/SparseArrays.jl#260 which is necessary to make progress in #46759. All changes: ``` 4fb8f0e Fix direction of circshift (#260) ead48fe Fix `vcat` of sparse vectors with numbers (#253) d88be9f decrement should always return a vector (#241) dfcc48a change order of arguments in fkeep, fix bug with fixed elements (#240) 43b4d01 Sparse matrix/vectors with fixed sparsity pattern. (#201) ```
Keno
pushed a commit
that referenced
this issue
Oct 9, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is the right thing to do, and will, among other things cause
make
to stop when assertions fail, making it much harder to accidentally miss that they're failing when the make process blows past failures.The text was updated successfully, but these errors were encountered: