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

Revert "Don't use jl_rethrow_other for LoadError/InitError" (fix #31830) #31963

Merged
merged 1 commit into from
May 8, 2019

Conversation

c42f
Copy link
Member

@c42f c42f commented May 8, 2019

Fix #31830 in the simplest way possible by reverting commit d3dbe86 + fixup new tests in backtrace.jl

This fix is for expediency and stability in the julia-1.2 release (see #31882 (comment), #31882 (comment)); I expect we will move forward with #31882 in julia-1.3 as a better way to clean up this code.

This reverts commit d3dbe86.

+ fixup new tests in backtrace.jl
@c42f c42f added this to the 1.2 milestone May 8, 2019
@c42f c42f added bugfix This change fixes an existing bug error handling Handling of exceptions by Julia or the user labels May 8, 2019
@KristofferC
Copy link
Member

So this commit should be backported?

@c42f
Copy link
Member Author

c42f commented May 8, 2019

@KristofferC pending review, yes.

Actually I'm unsure: do you prefer the backport label to be added immediately for fixes which are specifically related to release, or once the PR has merged?

@KristofferC
Copy link
Member

Backport label can be added directly for things that should be backported. They get backported when the PR is merged.

@JeffBezanson JeffBezanson merged commit a526662 into master May 8, 2019
@JeffBezanson JeffBezanson deleted the cjf/revert-loaderror branch May 8, 2019 19:58
KristofferC pushed a commit that referenced this pull request May 9, 2019
This reverts commit d3dbe86.

+ fixup new tests in backtrace.jl

(cherry picked from commit a526662)
@KristofferC KristofferC mentioned this pull request May 9, 2019
58 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix This change fixes an existing bug error handling Handling of exceptions by Julia or the user
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Regression in stacktrace collection with macros
3 participants