fonsp / Pluto.jl

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

Fix method tables in Julia 1.12 #2841

Closed fonsp closed 3 months ago

fonsp commented 4 months ago

Fix https://github.com/fonsp/Pluto.jl/issues/2840 by implementing https://github.com/JuliaLang/julia/pull/53415

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="method-table-julia-1.12")
  julia> using Pluto