Ian Butterworth
Ian Butterworth
Seen in 1.6.3 ``` Precompiling project... Progress [========> ] 14/76 ◓ ModernGL ◒ GPUArrays ◓ MutableArithmetics ✓ ChainRulesCore ... ^Cfatal: error thrown and no exception handler available. InterruptException() jl_task_get_next at...
That sounds reasonable, but I don't know where to start. I don't really know how to tell what a non-safe point is.
I just realized that the output image is the full width of the output, with large whitespace on the right
I can't reproduce this ``` _ _ _ _(_)_ | Documentation: https://docs.julialang.org (_) | (_) (_) | _ _ _| |_ __ _ | Type "?" for help, "]?" for...
See https://discourse.julialang.org/t/julia-1-8-how-do-i-upgrade-packages-with-new-versions-available/84573/2 I think we need to figure out how to explain that succinctly in the tip that shows up
Perhaps we could do: ``` (@testing) pkg> up GLMakie Updating registry at `C:\Users\Aaron\.julia\registries\General` Updating git-repo `https://github.com/JuliaRegistries/General.git` No Changes to `C:\Users\Aaron\.julia\environments\testing\Project.toml` No Changes to `C:\Users\Aaron\.julia\environments\testing\Manifest.toml` Info: There is a newer version...
What's the output of `st --outdated`?
Looks like a bug. Are you able to share the Project.toml?
FYI, the conflict appears to be fixed with the release of AlgebraOfGraphics 0.6.10 But I do think there's a bug here ``` (jl_9jYE5C) pkg> add [email protected] GLMakie ... (jl_9jYE5C) pkg>...
Actually, the flush doesn't seem to be enough. I'm throwing a bunch of newlines in here while the prompt compiles, and they're not being ignored ``` julia> using Flux │...