fonsp / Pluto.jl

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

Capture IO from Pkg.rm #2924

Closed fonsp closed 1 month ago

fonsp commented 1 month ago

The logs from removing a package were not being captured, and they show in your terminal:

Scherm­afbeelding 2024-05-21 om 15 57 55

This is fixed, they should now show in the Status tab

github-actions[bot] commented 1 month 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="capture-pkg-rm-logs")
  julia> using Pluto