fonsp / Pluto.jl

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

Stacktraces: shorter for macro expansion and `@Kwargs` in Julia 1.10 #2812

Closed fonsp closed 4 months ago

fonsp commented 4 months ago

Fix #2769

image

Also cleaned up stacktraces coming from a bad macro expansion.

Also removed [inlined] because I think it's quite advanced.

github-actions[bot] commented 4 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="stacktraces-julia-1-10")
  julia> using Pluto