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

Stack trace tweaks #3039

Merged
merged 1 commit into from
Oct 3, 2024
Merged

Stack trace tweaks #3039

merged 1 commit into from
Oct 3, 2024

Conversation

fonsp
Copy link
Owner

@fonsp fonsp commented Oct 2, 2024

New features

  • show package name
  • collapse super long type signatures
  • fade out frames that are probably not important
  • button to read docs
  • tweaks colors and spacing

(imrpvoements from #3038 without the URL bits)

image

image

Copy link
Contributor

github-actions bot commented Oct 2, 2024

Try this Pull Request!

Open Julia and type:

julia> import Pkg
julia> Pkg.activate(temp=true)
julia> Pkg.add(url="https://github.com/fonsp/Pluto.jl", rev="stack-frame-tweaks")
julia> using Pluto

@fonsp fonsp marked this pull request as ready for review October 3, 2024 10:40
@fonsp fonsp merged commit 7c39672 into main Oct 3, 2024
17 checks passed
@fonsp fonsp deleted the stack-frame-tweaks branch October 3, 2024 10:41
@fonsp fonsp added the frontend Concerning the HTML editor label Oct 3, 2024
@fonsp fonsp changed the title Stack frame tweaks Stack trace tweaks Oct 3, 2024
@fonsp fonsp added the error display How errors and stack traces are presented label Oct 3, 2024
@cstjean
Copy link

cstjean commented Oct 4, 2024

That's great, thank you for the continued improvements!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
error display How errors and stack traces are presented frontend Concerning the HTML editor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants