Yannick Scherer
Yannick Scherer
I can't say anything about effort necessary, but this would be a nice addition to the interactive upgrade mode - instead of just `yes`/`no` I could imagine there being options...
Hi @r0man, the problem is that namespaced record fields don't seem to be possible, e.g.: ```clojure (defrecord R [some/field]) ;; => CompilerException java.lang.RuntimeException: No such namespace: some, ... ``` So,...
Thanks, that looks useful! I added some comments for some minor things.
I'm a bit out-of-touch with this project (or, for that matter, Thrift), at the moment. But I see a few things that I'd like to improve – for example, what...
You're right, they should not be referred into the current namespace (but they seem to be). I'll see if I can find the time to evaluate/fix this - but don't...
I have to look into it again, but IIRC it was hard to distinguish between unions and structs via reflection (which thrift-clj relies on), since they are using the same...
[This change](https://github.com/marick/lein-midje/commit/ce2ed4b27c32b516f740fdf87efc14c78b633afb#diff-2) is the cause. @marick introduced it because on some platforms the plugin took several seconds to shut down after all tests have been run. So I've been running...
Well, this issue has been open for a year and three days now, so I'm not overly confident, the maintainers really see this as something that needs fixing...
Thanks for raising this! It seems like it's indeed desired for users of native code to explicitly opt-in: https://openjdk.org/jeps/472 We should still update the library, though. On May 25, 2025...