fonsp / Pluto.jl

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

Move code to PlutoDependencyExplorer.jl repo #2777

Closed fonsp closed 5 months ago

fonsp commented 6 months ago

Follow up of #2717: removing the copy of https://github.com/JuliaPluto/PlutoDependencyExplorer.jl from this repository, and moving some of the tests. After this PR, Pluto will actually use PlutoDependencyExplorer.jl internally.

TODO

github-actions[bot] commented 6 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="PlutoDependencyExplorer-split")
  julia> using Pluto
fonsp commented 5 months ago

Okayyy so I made a bit of a selection in the test/React.jl file to decide whether they belong in the Pluto or PlutoDependencyExplorer repo. You can just write tests with the Pluto.Notebook API in both repos, see https://github.com/JuliaPluto/PlutoDependencyExplorer.jl/pull/3 .

fonsp commented 5 months ago

Oops

image