Skip to content
New issue

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

precompilation error #207

Closed
jlchan opened this issue Sep 17, 2021 · 2 comments
Closed

precompilation error #207

jlchan opened this issue Sep 17, 2021 · 2 comments

Comments

@jlchan
Copy link

jlchan commented Sep 17, 2021

On Julia 1.6.2, I'm getting

julia> using Pkg; Pkg.activate(temp=true); Pkg.add("ArrayInterface")
julia> using ArrayInterface
[ Info: Precompiling ArrayInterface [4fba245c-0d91-5ea0-9b3e-6abc04ee57a9]
ERROR: LoadError: LoadError: LoadError: UndefVarError: @constprop not defined
Stacktrace:
 [1] include(mod::Module, _path::String)
   @ Base ./Base.jl:386
 [2] include(x::String)
   @ ArrayInterface ~/.julia/packages/ArrayInterface/61qJ7/src/ArrayInterface.jl:1
 [3] top-level scope
   @ ~/.julia/packages/ArrayInterface/61qJ7/src/ArrayInterface.jl:670
@jlchan
Copy link
Author

jlchan commented Sep 17, 2021

Digging more, the issue is with my startup.jl file, where I load JuliaFormatter.jl.

@jlchan
Copy link
Author

jlchan commented Sep 17, 2021

Appears to be fixed after restart and update. Closing this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant