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

fix #31256, support catch_stack in test system #31280

Merged
merged 1 commit into from
Mar 12, 2019
Merged

Conversation

JeffBezanson
Copy link
Sponsor Member

Also fixes a couple minor problems, (1) output limiting for errors was no longer happening, and (2) DomainError no longer needs to overload 3-argument showerror, which was causing it to print slightly differently than other error messages.

fixes #31256

@JeffBezanson JeffBezanson added testsystem The unit testing framework and Test stdlib kind:bugfix This change fixes an existing bug labels Mar 7, 2019
@JeffBezanson JeffBezanson merged commit 48e7a35 into master Mar 12, 2019
@JeffBezanson JeffBezanson deleted the jb/fix31256 branch March 12, 2019 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:bugfix This change fixes an existing bug testsystem The unit testing framework and Test stdlib
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Stacktrace regression since display exception stacks
1 participant