Valentin Churavy

Results 1413 comments of Valentin Churavy

What does `JULIA_DEBUG=loading` say?

@KristofferC your thoughts since it is late in the cycle?

I am going to merge this for now and defer the backport decision to Kristoffer.

Congratulations! Awesome work everyone :)

Would be nice to check that `Atomix.jl` still works and can be used as a backwards compatible layer to get this functionality on older Julia versions.

Atomix is actively used and @maleadt or I have commit privileges.

> instead of ... Did you mean #54801

I ran into this just now as well. ``` Error: Error in render loop! │ exception = conversion to pointer not defined for Base.ReinterpretArray{ColorTypes.RGB{Float32}, 2, Float32, Array{Float32, 3}, true} └...

I wonder if llvmcall supports `VarArg`> I think `ccall` with `llvmcall` calling convention does, but I don't know if I ever tried `Tuple{Int, VarArg{Int}}` to a `llvmcall`