-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Closed
Description
Maybe this is a red herring, but I've seen in this CI log: https://buildkite.com/julialang/julia-master/builds/47232#0196a6ba-0b83-4658-8ae3-4a766a8efb90
┌ Error: Failed to revise /cache/build/builder-amdci5-2/julialang/julia-master/base/Base.jl
| │ exception =
| │ UndefVarError: `strcat` not defined in `Main`
| │ Suggestion: check for spelling errors or missing imports.
| │ Stacktrace:
| │ [1] top-level scope
| │ @ /cache/build/builder-amdci5-2/julialang/julia-master/base/Base.jl:19
| │ Revise evaluation error at /cache/build/builder-amdci5-2/julialang/julia-master/base/Base.jl:19
| │
| └ @ Revise ~/.julia/packages/Revise/Iwohz/src/packagedef.jl:776
The offending code in base/Base.jl:
include(strcat(BUILDROOT, "build_h.jl")) # include($BUILDROOT/base/build_h.jl)
include(strcat(BUILDROOT, "version_git.jl")) # include($BUILDROOT/base/version_git.jl)It looks as is strcat used to be defined right before this but was moved to base/Base_compiler.jl in PR #56409 by @Keno
Metadata
Metadata
Assignees
Labels
No labels