Compilation-order-dependent type inference
Julia Programming Language
Compilation-order-dependent type inference
I have a fairly complex package where I’m observing some strange type inference behaviour. I expect that reducing my real problem to an MWE would be tricky, so instead I’m taking the liberty of presenting the problem in the context of my package. Complete source code is available on GitHub - subnero1/MapMaths.jl at f9965d75d44b1e1276c40cfc1058c1427db3022f · GitHub (the linked commit, not the version currently registered in the General registry). Ok, so here’s the problem: @code_warntype tells m...
0 comments
No comments yet.