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

trim stack trace output #421

Merged
merged 1 commit into from
Feb 20, 2012
Merged

Conversation

ivanmantova
Copy link
Contributor

I've hacked the show method for BackTrace as suggested by @JeffBezanson on #361, so now we don't see the eval part of the stack trace when running under the repl:

julia> run(`notaprogram`)
exec: No such file or directory
failed process: `notaprogram`
in error, /Users/horphus/Development/Julia/git/julia/j/error.j:5
in run, /Users/horphus/Development/Julia/git/julia/j/process.j:470

julia> 

@ivanmantova
Copy link
Contributor Author

Feedback is welcome.

JeffBezanson added a commit that referenced this pull request Feb 20, 2012
@JeffBezanson JeffBezanson merged commit 733fbea into JuliaLang:master Feb 20, 2012
KristofferC pushed a commit that referenced this pull request Jun 27, 2018
* improve develop err message

* small changes
KristofferC pushed a commit that referenced this pull request Jul 3, 2018
* improve develop err message

* small changes
ViralBShah pushed a commit that referenced this pull request Aug 26, 2023
Stdlib: SparseArrays
URL: https://github.com/JuliaSparse/SparseArrays.jl.git
Stdlib branch: main
Julia branch: master
Old commit: 99c99b4
New commit: 54f4b39
Julia version: 1.11.0-DEV
SparseArrays version: 1.11.0
Bump invoked by: @ViralBShah
Powered by:
[BumpStdlibs.jl](https://github.com/JuliaLang/BumpStdlibs.jl)

Diff:
JuliaSparse/SparseArrays.jl@99c99b4...54f4b39

```
$ git log --oneline 99c99b4..54f4b39
54f4b39 Fix docs conflict when building as part of full Julia docs (#430)
a64ef4f Cleanup reloaded (#426)
4e2d1e4 Respect `IOContext` while displaying a `SparseMatrixCSC` (#423)
3d1eda9 Test suite: activate a temp project if we need to install Aqua.jl during the test suite (#425)
18b7fce Merge pull request #422 from JuliaSparse/jn/cat
e2c78b8 test: restore ambiguous test
68afc6e fix inference of SparseVector cat
c402d09 cat: ensure vararg is more inferrable
2c4f870 Fix some broken links (#421)
36a5308 bump version (#418)
```

Co-authored-by: Dilum Aluthge <dilum@aluthge.com>
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

Successfully merging this pull request may close these issues.

3 participants