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

Error message title #3041

Merged
merged 2 commits into from
Oct 3, 2024
Merged

Error message title #3041

merged 2 commits into from
Oct 3, 2024

Conversation

fonsp
Copy link
Owner

@fonsp fonsp commented Oct 3, 2024

New title above the error: "Error message"

If we can deduce which package threw the error, we say "Error message from Example"

image image image

Copy link
Contributor

github-actions bot commented Oct 3, 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="error-title")
julia> using Pluto

@fonsp fonsp added the error display How errors and stack traces are presented label Oct 3, 2024
@fonsp fonsp merged commit ef2348f into main Oct 3, 2024
0 of 6 checks passed
@fonsp fonsp deleted the error-title branch October 3, 2024 19:31
@cstjean
Copy link

cstjean commented Oct 4, 2024

❤️

Showing the very common no method matching error in HTML (with linked methods) might be another improvement.

@fonsp
Copy link
Owner Author

fonsp commented Oct 4, 2024

Yes! I think that's the #1 error to make improvements to :)

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants