-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Add err global to REPL to store most recent errors
#40642
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
Merged
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
f789b9e
Add global to store and re-display errors in the REPL
BioTurboNick 1a6ebe7
Add test
BioTurboNick e1e0beb
Add MIME type
BioTurboNick d2768a0
Changed to ExceptionStack
BioTurboNick a5ccf7d
Fix
BioTurboNick 0612202
errs => err
BioTurboNick dbb1060
update test
BioTurboNick dcd610b
Added NEWS
BioTurboNick 5eb8581
bump
BioTurboNick 6a3e5f4
Removed unnecessary extra ExceptionStack
BioTurboNick 370ad13
Fix client, which was wrapping an ExceptionStack in itself.
BioTurboNick dbf0bcc
Fix REPL to remove unnecessary Exception Stack wrapping
BioTurboNick c83f65a
Remove unnecessary unwrapping of ExceptionStack
BioTurboNick 33299b3
Corrected test
BioTurboNick 47ce6e0
test fix
BioTurboNick 6000b8d
Testing out limiting storage of an error
BioTurboNick cfab0ef
Moved global-setting to `display_error`
BioTurboNick b336657
Test to conform with limit to storing err
BioTurboNick 292bc37
Fix error
BioTurboNick 00d5f51
Fix for saving logic and test
BioTurboNick 3cae5ee
test fixed
BioTurboNick a46df33
bump
BioTurboNick 31d4bf4
Refinements
BioTurboNick 4fcab0e
restore error-error scrubbing
BioTurboNick fb8474c
More scrubbing, fixed precompile
BioTurboNick bac0089
Restore `display_error` with note
BioTurboNick f54c85c
it's a named tuple
BioTurboNick 1e47f95
Ensure uses Vector{Any}
BioTurboNick File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.