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
InterpreterIP
Compiler
Seems to be a Compiler related change @Keno
Failed to precompile SnoopCompile [aa65fe97-06da-5843-b5b1-d5d13cad87d2] to "/Users/ian/.julia/compiled/v1.12/SnoopCompile/jl_jpLsqK". ERROR: LoadError: UndefVarError: `InterpreterIP` not defined in `Compiler` Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base ./Base_compiler.jl:47 [2] top-level scope @ ~/.julia/packages/SnoopCompile/L09vG/src/parcel_snoop_inference.jl:34 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:301 [4] top-level scope @ ~/.julia/packages/SnoopCompile/L09vG/src/SnoopCompile.jl:73 [5] include(mod::Module, _path::String) @ Base ./Base.jl:300 [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:2988 [7] top-level scope @ stdin:5 [8] eval(m::Module, e::Any) @ Core ./boot.jl:460 [9] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2839 [10] include_string @ ./loading.jl:2849 [inlined] [11] exec_options(opts::Base.JLOptions) @ Base ./client.jl:327 [12] _start() @ Base ./client.jl:558 in expression starting at /Users/ian/.julia/packages/SnoopCompile/L09vG/src/parcel_snoop_inference.jl:34 in expression starting at /Users/ian/.julia/packages/SnoopCompile/L09vG/src/SnoopCompile.jl:1
on
Version 1.12.0-DEV.1653 (2024-11-18) Commit af9e6e3167f (1 day old master)
The text was updated successfully, but these errors were encountered:
There's no copy of it in Compiler any more. Only the Base copy.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Seems to be a Compiler related change @Keno
on
The text was updated successfully, but these errors were encountered: