Pluto.jl
Pluto.jl copied to clipboard
Allow solving multiple definitions by disabling one
Split out of #1859
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="disable-multiple-defs-2")
julia> using Pluto
It looks like all disabled assigners are also running:
https://user-images.githubusercontent.com/6933510/189002995-86868367-4646-424c-9ee2-98929a7a3706.mov
Superseeded by #2303