Frames White

Results 1287 comments of Frames White

Ok I removed the things that were marked as broken that were fixed when i last tried 0.6-DEV but now new things are failing and I think it will need...

Since I put this on the backburner I have completely forgotten what the more subtle broken things were. Feel free to take it over @gdalle

I think for julia 1.10 they *should* be working.

We do manually insert an edge to the MethodInstance being AD'ed here https://github.com/JuliaDiff/Diffractor.jl/blob/b37f585d4ba8fa5cb607cd75aaabb5464eef6633/src/codegen/forward.jl#L114 Do we need to manually insert an edge to every method we call in the generated code?...

I don't think so. That case would get caught from the calling code, no? Since `∂☆` always calls `∂☆internal` first and that does (basically): ``` function ∂☆internal(...) res = frule(...)...

I have started adding tests but right now they show no change unnested, and once we nest type inference is failing with or without eras mode being turned on. So...

A question for the reviewer. Is this a breaking change? It doesn't break the public API. and technically doesn't break calling the private `∂☆{1}()(...)` API So I guess not?

idk why CI isn't working on 1.11, it is complaining it can't compile Cthulhu. On 1.10 it is because the code for running inference manually (which we do in the...

- 1.11-nightly is broken due to https://github.com/JuliaDebug/Cthulhu.jl/issues/541 which is fixed on release-1.11, so we are waiting for a new julia release to be cut there - nightly is broken for...

fixed everything, this is now just waiting for review