-
Notifications
You must be signed in to change notification settings - Fork 19
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
Errors in extensions during precompilation #127
Comments
Sure! I am attaching both julia> versioninfo()
Julia Version 1.10.0
Commit 3120989f39b (2023-12-25 18:01 UTC)
Build Info:
Official https://julialang.org/ release
Platform Info:
OS: macOS (arm64-apple-darwin22.4.0)
CPU: 10 × Apple M1 Max
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-15.0.7 (ORCJIT, apple-m1)
Threads: 1 on 8 virtual cores |
That's a known Julia bug, JuliaLang/julia#52132. I forgot it's not fixed yet – easy to forget, I don't typically see these warnings in actual use. I guess, for now (until the Julia fix) these extensions can just be turned into full deps... |
Yeah lets do that until it is fixed |
Thanks for the very quick fix! |
Hi!
Recently, I started to see errors during precompilation of my packages that use Accessors:
I am seeing this issue locally but also on CI in GitHub:
https://github.com/JuliaSpace/SatelliteAnalysis.jl/actions/runs/7452122656/job/20274694952#step:6:224
Is it a known problem? Is there something I need to do from my side?
The text was updated successfully, but these errors were encountered: