Stream: helpdesk (published)

Topic: Very slow compiler again...


view this post on Zulip Júlio Hoffimann (Apr 10 2026 at 16:22):

Can someone please try to reproduce locally?

https://github.com/JuliaGeometry/Meshes.jl/pull/1356

You can just install the latest GeoStats.jl and copy/paste the code. I am on Julia v1.12.5.

view this post on Zulip Júlio Hoffimann (Apr 10 2026 at 16:38):

The funny part is that all these functions live in the Meshes.jl + CoordRefSystems.jl submodules, and if you replace

using GeoStats

by

using Meshes
using CoordRefSystems

the long compilation time is reduced.

view this post on Zulip Mark Kittisopikul (Apr 12 2026 at 14:51):

Hmm

view this post on Zulip Júlio Hoffimann (Apr 12 2026 at 21:46):

Mark Kittisopikul said:

Hmm

That means you reproduced the issue locally?

view this post on Zulip Andy Dienes (Apr 13 2026 at 21:09):

probably https://github.com/JuliaLang/julia/issues/54524 ?


Last updated: Apr 21 2026 at 06:18 UTC