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

Render diagnostics only for actual syntax error #2820

Merged
merged 3 commits into from
Feb 20, 2024
Merged

Render diagnostics only for actual syntax error #2820

merged 3 commits into from
Feb 20, 2024

Conversation

Pangoraw
Copy link
Collaborator

image

Fixes #2819.


ps: i really like the new error display.

Copy link
Contributor

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="parse_error")
julia> using Pluto

@Pangoraw Pangoraw merged commit b41071e into main Feb 20, 2024
10 of 14 checks passed
@Pangoraw Pangoraw deleted the parse_error branch February 20, 2024 16:43
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 this pull request may close these issues.

ParseErrors in Julia 1.10 for manually eval'd expressions give misleading code location
1 participant