Leandro Doctors
Leandro Doctors
@ericdallo I don't really know what the internal error is. All I know is that as soon as I moved the project with a path that didn't contain any of...
@ikitommi I'm being hit by this when trying to build a toy example based on https://github.com/metosin/reitit/tree/master/examples/ring-malli-swagger (More details: https://github.com/allentiak/scramble/commit/603f1b96bd88446e364c0413f1d61178ac7435f1) Is there any Clojure library that you are aware of that...
**UPDATE**: Forget my last comment. I realized I was just simply missing a dependency. Just for the record, I added `ring/ring-jetty-adapter` and it compiled.
> Looks like it's TestNG causing problems? Would they even offer a version that can support 4 JDK simultaneously... 🤔 Otherwise I think seeing all PR fail (partly) is too...
> Don't you need to run your test with add-opens? Wouldn't this hide the fact that the current code does not compile with JDK 17+? I think that it is...
Well, being explicit about that the code won't compile unless that hack is used is part of the "awareness raising" rationale I mentioned when I first opened this PR...
I mean, the first step to solve a problem is to accept its existence, right? https://jhall.io/archive/2022/06/11/if-it-hurts-do-it-more/
> so far i haven't needed it [...] > I find that a lot of uses of truth maintenance in clara are really just to get around its inability to...
Thanks for the explanation, @oakes !
@oakes Could you please either document this storage functionality a little bit, or point to examples?