FluxML / Zygote.jl

21st century AD
https://fluxml.ai/Zygote.jl/
Other
1.47k stars 209 forks source link

Precompilation error in Julia nightly #1510

Open ronisbr opened 3 months ago

ronisbr commented 3 months ago

Hi!

My package uses Zygote in its test suit. However, the execution fails during pre-compilation using Julia nightly with this error:

ERROR: LoadError: UndefVarError: `LineInfoNode` not defined in `Core.Compiler`

Is it a know bug? Is there any work around?

For more information, see:

https://github.com/JuliaSpace/SpaceIndices.jl/actions/runs/8741807428/job/23988665786#step:6:221

mcabbott commented 3 months ago

This might be the bug fixed by https://github.com/FluxML/IRTools.jl/pull/122