RAI: redo prepending to backtrace output#33
Merged
kpamnany merged 1 commit intov1.9.2+RAIfrom Aug 31, 2023
Merged
Conversation
Correctly prepend `[signal (X)] thread Y ` to each backtrace line that is displayed.
NHDaly
approved these changes
Aug 28, 2023
Member
NHDaly
left a comment
There was a problem hiding this comment.
❤️ Thank you! 👍 👍
LGTM. I'm going to start the auto-merge now, in the hopes that we can get this into the release coming this week.
Member
|
EDIT: oh woops, I thought this was the RAICode PR already. Let's start that one asap and set it up for auto-merge if we can? |
Author
3 tasks
github-actions bot
pushed a commit
that referenced
this pull request
Jan 31, 2024
…g#53124) Stdlib: ArgTools URL: https://github.com/JuliaIO/ArgTools.jl.git Stdlib branch: master Julia branch: master Old commit: 4eccde4 New commit: 997089b Julia version: 1.11.0-DEV ArgTools version: 1.1.2(Does not match) Bump invoked by: @vtjnash Powered by: [BumpStdlibs.jl](https://github.com/JuliaLang/BumpStdlibs.jl) Diff: JuliaIO/ArgTools.jl@4eccde4...997089b ``` $ git log --oneline 4eccde4..997089b 997089b fix tests for TEMP_CLEANUP, which might be a Lockable (#35) 4a5f003 build(deps): bump actions/cache from 3 to 4 (#36) 84ba9e8 Hardcode doc edit backlink (#34) 9238839 build(deps): bump actions/checkout from 3 to 4 (#33) ``` Co-authored-by: Dilum Aluthge <dilum@aluthge.com>
github-actions bot
pushed a commit
that referenced
this pull request
Apr 4, 2026
…liaLang#59890) Stdlib: DelimitedFiles URL: https://github.com/JuliaData/DelimitedFiles.jl.git Stdlib branch: main Julia branch: master Old commit: a982d5c New commit: aac8c59 Julia version: 1.13.0-DEV DelimitedFiles version: 1.9.1(It's okay that it doesn't match) Bump invoked by: @IanButterworth Powered by: [BumpStdlibs.jl](https://github.com/JuliaLang/BumpStdlibs.jl) Diff: JuliaData/DelimitedFiles.jl@a982d5c...aac8c59 ``` $ git log --oneline a982d5c..aac8c59 aac8c59 Bump actions/checkout from 4 to 5 (#33) ``` Co-authored-by: IanButterworth <1694067+IanButterworth@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Correctly prepend
[signal (X)] thread Yto each backtrace line that is displayed.