How is the revise keyword to Base.runtests
supposed to work? What environment am I supposed to add Revise
to?
julia> using Pkg
julia> Pkg.status("Revise")
Status `~/.julia/environments/v1.11/Project.toml`
⌃ [295af30f] Revise v3.5.9
Info Packages marked with ⌃ have new versions available and may be upgradable.
julia> Base.runtests(;revise=true)
ERROR: LoadError: ArgumentError: Package Revise not found in current path.
- Run `import Pkg; Pkg.add("Revise")` to install the Revise package.
Possibly related: https://github.com/JuliaLang/julia/issues/50256
Last updated: Nov 06 2024 at 04:40 UTC