Oleksandr Yakushev

Results 112 comments of Oleksandr Yakushev

Didn't even take 8 years 🎉

> Implemented in #99 Not really – #99 made it so deprecated var candidates have the respective metadata, but what to do with it is up to the client. However,...

I really don't see this as something that people would want to configure; it's very specific and minor. This should just have a sensible behavior, and I think the current...

Refreshing my memory on this, looks like this was an issue with CIDER and not so much with Compliment.

Drafting this for now. Entrypoint business is a mess 😞.

This can be shelved until we have to access something from `java.base` or any other module through reflection. #263 is already closed as Fixed.

I'm confused because this particular code doesn't transgress JDK reflection limitations. ```clj $ clj -Srepro ~ Clojure 1.11.3 user=> (System/getProperty "java.version") "22" user=> (let [reader (clojure.lang.LineNumberingPushbackReader. (java.io.StringReader. "(+ 1 2)"))...

I think that if JDK ever tightens the reflection access further (disabling all reflective access even within the same module), there will be much much more broken stuff, so we...

> Exception in thread "nREPL-worker-4" java.lang.reflect.InaccessibleObjectException: Unable to make field protected java.io.Reader java.io.FilterReader.in accessible: module java.base does not "opens java.io" to unnamed module @2eb231a6 This exception has no relation to...

> It points to interruptible_eval.clj:33 so that seems pretty clear. The code you reference in the issue is about setting the column — which works fine. The last stacktrace fails...