Skip to content

Adding Revise to startup.jl breaks Pkg mode #905

@liamh

Description

@liamh

If Revise is added to startup.jl

using Revise

then Pkg mode no longer shows any output for anything. It will resume working if Pkg is imported

(@v1.11) pkg> ?

(@v1.11) pkg> sskdfjwernwlknsfslk

(@v1.11) pkg> status

julia> import Pkg
import Pkg

(@v1.11) pkg> status
Status `~/Desktop/language/julia/installed/environments/v1.11/Project.toml`
  [295af30f] Revise v3.7.3

(@v1.11) pkg> falsdkfjslkdjlrkjs
ERROR: `falsdkfjslkdjlrkjs` is not a recognized command. Type ? for help with available commands

(In this demonstration, the entire contents of the startup.jl file is simply using Revise.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions