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

Remove VSCode extension overrides setting err global once incorporated into it. #41

Closed
BioTurboNick opened this issue Aug 28, 2022 · 0 comments · Fixed by #64
Closed

Comments

@BioTurboNick
Copy link
Owner

BioTurboNick commented Aug 28, 2022

See: julia-vscode/julia-vscode#3030

BioTurboNick added a commit that referenced this issue Sep 25, 2023
* Optionally use `names(module)` to look up frames to re-insert into the stack trace to expose the public API calls; use `ENV["JULIA_STACKTRACE_PUBLIC"] = true`
* Simplified display of internal frames by eliminating the superfluous frame numbers, adding italics (1.10+), and making the commas gray
* Restores function of `ENV["JULIA_STACKTRACE_MINIMAL"] = true`
* Includes temporary fix for inline frame module assignment bug to be fixed by [Remove fallback that assigns a module to inlined frames. JuliaLang/julia#51405](JuliaLang/julia#51405)
* Fixes [Remove VSCode extension overrides setting `err` global once incorporated into it. #41](#41) , as VSCode extension now includes `err` global.
* Removed code to bring same-location frame collapsing to 1.9, as it was misbehaving.
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 a pull request may close this issue.

1 participant