Frames White

Results 1287 comments of Frames White

Finally tied this and I get an error ``` 1|debug> nc ERROR: optimization of inferred code not implemented Stacktrace: [1] (::DAECompiler.JITOpaqueClosure{Tuple{Vector{Float64}, Nothing, Float64}, DAECompiler.var"#163#168"{TransformedIRODESystem, Vector{Int64}, Vector{Int64}, DAECompiler.DebugConfig}, Core.OpaqueClosure{Tuple{Vector{Float64}, Nothing, Float64},...

Its dependent on internal code. Let me see if I can make a reproducer that isn't

this reproduces it. It could probably be minimized more though ```julia using Debugger function get_toplevel_mi_from_ir(ir, _module::Module) mi = ccall(:jl_new_method_instance_uninit, Ref{Core.MethodInstance}, ()); mi.specTypes = Tuple{ir.argtypes...} mi.def = _module return mi end...

11 days old nightly, but I assume it reproduces on nightly as well

(this package is not currently being maintained)

this seems reasonable unfortunately all out CI is broken so can't check it

Wild. Must be something that was changed in `codeunits` Or perhaps that's always been slow? the code is nothing more: https://github.com/JuliaCrypto/MD5.jl/blob/master/src/MD5.jl#L25C47-L26C1

The algebraic geometer who wrote that section no longer is involved in the project. It will take a bit to find someone knowledgable and interested.

that would be appreciated, can you do so or ask someone to?

I don't particularly see a pressing need to remove this duplication. Further for `construct` it is not well tested as nothing uses our accumulation functionality AFAIK. and for `backing` it's...