MakieOrg / Makie.jl

Interactive data visualizations and plotting in Julia
https://docs.makie.org/stable
MIT License
2.38k stars 302 forks source link

Precompilation warnings #4308

Open ufechner7 opened 2 weeks ago

ufechner7 commented 2 weeks ago
┌ GLMakie
│  WARNING: Makie.ContinuousSurface is deprecated, use VertexGrid instead.
│    likely near none:1
│  WARNING: importing deprecated binding Makie.ContinuousSurface into GLMakie.
│  , use VertexGrid instead.
│  WARNING: Makie.DiscreteSurface is deprecated, use CellGrid instead.
│    likely near none:1
│  WARNING: importing deprecated binding Makie.DiscreteSurface into GLMakie.
│  , use CellGrid instead.
│  
│  [pid 54682] waiting for IO to finish:
│   Handle type        uv_handle_t->data
│   timer              0x62d22e0->0x75755b1a12a0
│  This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.
└  
SimonDanisch commented 2 weeks ago

As explained on discourse, the depwarns need the same treatment as this: https://github.com/MakieOrg/Makie.jl/pull/4143

This is an easy fix for anyone and not a priority for the core devs right now, so is up for grabs.

The waiting for IO to finish needs an investigation by someone who has the time and has this as priority.