-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Closed
Labels
bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behaviortestsystemThe unit testing framework and Test stdlibThe unit testing framework and Test stdlib
Description
make test-revise-compiler
JULIA test/revise-compiler
ERROR: LoadError: ArgumentError: Package Revise not found in current path.
- Run `import Pkg; Pkg.add("Revise")` to install the Revise package.
Stacktrace:
[1] macro expansion
@ Base ./loading.jl:1707 [inlined]
[2] macro expansion
@ Base ./lock.jl:267 [inlined]
[3] __require(into::Module, mod::Symbol)
@ Base ./loading.jl:1688
[4] invoke_in_world(::UInt64, ::typeof(Base.__require), ::Module, ::Symbol; kwargs::@Kwargs{})
@ Base ./essentials.jl:898 [inlined]
[5] invoke_in_world(::UInt64, ::typeof(Base.__require), ::Module, ::Symbol)
@ Base ./essentials.jl:895 [inlined]
[6] require(into::Module, mod::Symbol)
@ Base ./loading.jl:1681
[7] top-level scope
@ ~/julia/test/runtests.jl:26
in expression starting at /home/keno/julia/test/runtests.jl:25
make[1]: *** [Makefile:34: revise-compiler] Error 1
make: *** [Makefile:626: test-revise-compiler] Error 2
keno@deepsea4:~/julia$ ./julia
_
_ _ _(_)_ | Documentation: https://docs.julialang.org
(_) | (_) (_) |
_ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 1.10.0-DEV.1526 (2023-06-20)
_/ |\__'_|_|_|\__'_| | master/d48e17ba0f (fork: 1 commits, 1 day)
|__/ |
julia> using Revise
nsajko, c42f, LilithHafner and Tortar
Metadata
Metadata
Assignees
Labels
bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behaviortestsystemThe unit testing framework and Test stdlibThe unit testing framework and Test stdlib