Stream: helpdesk (published)

Topic: Base.runtests(; revise=true)


view this post on Zulip Mark Kittisopikul (Nov 29 2023 at 01:34):

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.

view this post on Zulip Lilith Hafner (Nov 29 2023 at 02:53):

Possibly related: https://github.com/JuliaLang/julia/issues/50256


Last updated: Nov 06 2024 at 04:40 UTC