Anton Reinhard
Anton Reinhard
I had a working implementation of a Trie structure in Julia 1.8 and 1.9 which broke with 1.10+. I have managed to reduce it to the following MWE: ```julia abstract...
I've been using this project to circumvent the world age problems when generating functions and it has worked great so far. Now I'm trying to also generate functions to run...
When defining a functor in julia version 1.12, I get an error (depending on the formatting), while 1.11 and 1.10 work fine. MWE: ```julia julia> function ( a::Tuple{A} )() where...
Very similar to my bug report in https://github.com/JuliaGPU/AMDGPU.jl/issues/846, it looks like something is not being constant-folded. Again, it works with CUDA.jl, but fails with AMDGPU.jl. MWE: ```julia using QEDbase using...