Shuhei Kadowaki
Shuhei Kadowaki
Thank you @serenity4 for replying on my behalf. My opinion is exactly the same as his. v0.0.0 is allowed by semver. Also, in cases like [BaseCompiler.jl](https://github.com/JuliaLang/BaseCompiler.jl), using `v0.0.0` feels more...
We discussed this on the internal meeting. The idea of using v0.0.0 as a "special version that won't change in the future" was rejected because the idea may sound to...
We return `NoCallInfo` for few quasi-builtin functions as special cases. Cthulhu will need to add corresponding special handling for them.
👍 for this issue. I think there's a similar feature in the Templater plugin. From the settings view, you can choose a specific template, creating a command to create or...
It was on purpose but we can try to recover the compat if necessary since 0.9 series is basically frozen now (although I may not have a time for that...
I decided to keep JET 0.9 compatible with Julia 1.11 only. Sorry if you still use the LTS, but it's hard burden for me to keep JET compatible with old...
I thought it might be better to leverage some runtime behavior of the program for this issue, so I tried the following approach: ```diff diff --git a/base/compiler/typeinfer.jl b/base/compiler/typeinfer.jl index 8b85f7c6f3..216d51426e...
I believe the biggest current blocker is that the finalizer inlining pass currently assumes that all operations on the target object are inlined. In other words, even simple code like...
That is too complex, so I would prefer a simpler target if possible. CUDA might also be complex once lowered though.
Started some work at https://github.com/JuliaLang/julia/pull/55954.