Kristoffer Carlsson
Kristoffer Carlsson
Tangentially addressing this > I'm also not convinced that zstd is such a huge win for our use case. I haven't seen massively better compression ratios. The compression time is...
I don't understand why a closure over `a` and `b` wouldn't work here. `x->bar(x, a, b)`
Okay, I missed the point: > implement custom gradient calculation for a multi-argument function. Carry on..
I don't really understand the purpose of this macro and the `@ballocated` one. Why would you run a function potentially thousands of times (until the execution time is within some...
Ni! Ni! Ni!
Now have `!in`
Yeah, sorry, I missed the actual point here.
https://github.com/JuliaLang/julia/issues/58227
I failed to reproduce this. Here is my attempt: https://github.com/JuliaLang/julia/commit/92c4bc9134bcc6e8b1a14f3bc57b20d628c1edec ```julia ~/julia/test/project/Extensions/BugDepLookup kc/deps_lookup_bug ❯ ~/julia/julia --project -q (BugDepLookup) pkg> st Project BugDepLookup v0.1.0 Status `~/julia/test/project/Extensions/BugDepLookup/Project.toml` [678608ae] SomePackage v0.1.0 `../SomePackage` julia>...
I think this code has to look in deps as well: https://github.com/JuliaLang/julia/blob/04259daf8a339f99d7cd8503d9c1f154b247e4e1/base/loading.jl#L1003-L1019 That is what failed CI in https://github.com/JuliaLang/julia/pull/56234.