Matthew Davidson
Matthew Davidson
I'm busy with a RL move, but I'll take a look in May
@mccraigmccraig I'm taking a deeper look at this, and I made a [test gist](https://gist.github.com/KingMob/670b3d5354f9794b2ca5f8e655f2ae49) to see if I could replicate it, based on what's written in the issue. I highly...
Sorry, I could have provided more context. Yes, it would be a dev-time lib, like portal or reveal. Devs would `use/require` it as needed. AFAIK, injections aren't supported, unlike with...
@luxbock I'd support this, but I'd prefer an options map over a new parameter
Confirmed an issue, but I'm not sure what can be done at this time. Still investigating. At the moment, there are two problems going on, I think. One is that,...
Not 100% sure it's related, but there's still an error of some sort., albeit, not a crash. In JDK 17, Clojure 1.11.1, after reloading and rerunning `show-bug`, I get: >...
Hmmm. We removed clj-tuple from byte-streams for similar reasons (Graal also dislikes top-level namespaces), but 1) it wasn't on a critical path, and 2) byte-streams isn't too popular. I just...
Side note to self: clj-tuple's vector is faster, but also more likely to make call sites megamorphic, because each vector size is a separate class. In the case of fast-memoize,...
Yeah, AOT sounds more like it, then. I almost never use AOT, sorry I can’t help more.
Running into this issue myself.