Kristoffer Carlsson
Kristoffer Carlsson
Still seem to error on CI.
That seems to have done it. Thanks for the help @nhz2
Revise has a similar use case where it wants to patch the REPL to revise methods upon each evaluation in the REPL. The code on how it manages to do...
How would you propose the implementation would look like? What would be stored in the progress struct when it is constructed for this to be possible?
> tricky part would be to get the value of x when one of the updating methods gets called. Indeed. You would need to capture a reference to the already...
Zygote says: > "Source-to-source" means that Zygote hooks into Julia's compiler, and generates the backwards pass for you – as if you had written it by hand. > > Without...
Did you build with asserts on?
Packages that are coded in such a way that they e.g. access random symbols inside e.g. `Core.Compiler` tend to break on every minor version, yes.
Bump, I'm seeing thousands of invalidations less with this PR (for a big package I am looking at). The next big one is https://github.com/invenia/Intervals.jl/blob/84740238698ac8088b6dc90393e645afad28f776/src/endpoint.jl#L148-L149 givinb 2.6k invalidations.
Thanks, hadn't seen that one.