Cédric Belmant

Results 14 issues of Cédric Belmant

This allows us to get complete source information during printing for `IRCode` and `IncrementalCompact`, same as we do by default with `CodeInfo`. The user previously had to do: ```julia Compiler.IRShow.show_ir(stdout,...

Fixes https://github.com/timholy/Revise.jl/issues/646. Requires: - https://github.com/JuliaDebug/JuliaInterpreter.jl/pull/680 - https://github.com/timholy/CodeTracking.jl/pull/140 - https://github.com/JuliaDebug/LoweredCodeUtils.jl/pull/125 To do before merging: - [x] Test this "in the wild" with some large packages (SPIRV.jl and GPUCompiler-dependent packages) - [x]...

As was agreed in https://github.com/JuliaLang/julia/pull/57520, we decided to [introduce](https://github.com/JuliaRegistries/General/pull/130304) a special `v"0.0.0"` version for Compiler as a fallback to `Base.Compiler`. The issue is that Pkg internals [explicitly forbid](https://github.com/JuliaLang/Pkg.jl/blob/80d2e7505970b9f1a33b2a4e1c4c5bcea7a709b0/test/pkg.jl#L147) to use...

As requested in https://github.com/serenity4/SPIRV.jl/issues/32, here is a list of various tasks that should be tackled before registration: - [ ] Document `Mutable`. - [ ] More thoroughly document the integration...