fonsp / Pluto.jl

🎈 Simple reactive notebooks for Julia
https://plutojl.org/
MIT License
4.96k stars 286 forks source link

Render diagnostics only for actual syntax error #2820

Closed Pangoraw closed 7 months ago

Pangoraw commented 7 months ago

image

Fixes #2819.


ps: i really like the new error display.

github-actions[bot] commented 7 months ago

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