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

return non-zero exit code on exceptional termination #201

Closed
StefanKarpinski opened this issue Sep 21, 2011 · 1 comment
Closed

return non-zero exit code on exceptional termination #201

StefanKarpinski opened this issue Sep 21, 2011 · 1 comment

Comments

@StefanKarpinski
Copy link
Member

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.

@StefanKarpinski
Copy link
Member Author

@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.

StefanKarpinski pushed a commit that referenced this issue Feb 8, 2018
cmcaine pushed a commit to cmcaine/julia that referenced this issue Sep 24, 2020
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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants