We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(@v1.12) pkg> precompile Mocking Precompiling Mocking... Info Given Mocking was explicitly requested, output will be shown live WARNING: could not import Base.ScopedValue into Mocking WARNING: could not import Base.with into Mocking ERROR: LoadError: UndefVarError: `ScopedValue` not defined in `Mocking` Stacktrace: [1] top-level scope @ ~/data/dot_julia/packages/Mocking/BWgAh/src/patch.jl:208 [2] include(mod::Module, _path::String) @ Base ./Base.jl:582 [3] include(x::String) @ Mocking ~/data/dot_julia/packages/Mocking/BWgAh/src/Mocking.jl:1 [4] top-level scope @ ~/data/dot_julia/packages/Mocking/BWgAh/src/Mocking.jl:18 [5] include @ ./Base.jl:582 [inlined] [6] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing) @ Base ./loading.jl:2796 [7] top-level scope @ stdin:4 [8] eval @ ./boot.jl:439 [inlined] [9] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2618 [10] include_string @ ./loading.jl:2628 [inlined] [11] exec_options(opts::Base.JLOptions) @ Base ./client.jl:322 [12] _start() @ Base ./client.jl:553 in expression starting at /home/me/data/dot_julia/packages/Mocking/BWgAh/src/patch.jl:207 in expression starting at /home/me/data/dot_julia/packages/Mocking/BWgAh/src/Mocking.jl:1 in expression starting at stdin:4 ✗ Mocking 0 dependencies successfully precompiled in 1 seconds. 8 already precompiled. julia> versioninfo() Julia Version 1.12.0-DEV.1057 Commit f2fc2d90355 (2024-08-16 19:58 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) CPU: 8 × 11th Gen Intel(R) Core(TM) i7-1165G7 @ 2.80GHz WORD_SIZE: 64 LLVM: libLLVM-18.1.7 (ORCJIT, tigerlake) Threads: 8 default, 8 interactive, 8 GC (on 8 virtual cores) Environment: JULIA_DEPOT_PATH = /home/me/data/dot_julia
The text was updated successfully, but these errors were encountered:
Maybe related to this: JuliaLang/julia#55095
Sorry, something went wrong.
Last working version on CI was on Julia 1.12.0-DEV.1048 and first failure was on Julia 1.12.0-DEV.1053
1.12.0-DEV.1048
1.12.0-DEV.1053
Thanks for the fix
No branches or pull requests
The text was updated successfully, but these errors were encountered: