Kristoffer Carlsson
Kristoffer Carlsson
Okay, the crash is actually not during precompile time. It crashes when loading the generated pkgimage file.
Yes, there are still some things to bring over from here though.
Hm, I am not sure it makes sense to duplicate the full TOML spec in the documentation for the specific TOML parser. It seems better to just read the official...
I see, it is about output format. There are currently only a few formatting options for the output. Comments for example are not written.
Thanks for testing
Not feasible, would take days. Some popular packages + regression tests for bugs should be enough.
Some sort of API where I don't have to access any internals. For an `If` expression, getters like `condition` and `body` might make sense. Basically, if you change the internals...
No, not really close, but the process of getting to an RC is done by checking that there aren't a bunch of regressions in package tests so having package authors...
Tests fail because reductions now use SIMD and the tests check `==`.
Inlining is fixed by https://github.com/JuliaLang/julia/pull/29258 so now there is a reason to finish this up :)