Charles Oliver Nutter
Charles Oliver Nutter
@gengle What PR are you referring to?
@kares There's no reason they couldn't be... they just aren't. Never noticed it before because we always used isolated classloaders. I did a five minute patch to add a monotonic...
The main platform specific requirements would reside in the JNR project, specifically jffi: https://github.com/jnr/jffi We would also want constants for the flavor of OS on Loongarch in jnr-constants: https://github.com/jnr/jffi And...
Can we get this going again? I tried to wake up the jnr-ffi PR, which appears to have stalled due to an error. We would like to finish LoongArch support!
@edipofederle Sure! I'm not sure exactly what the Docker Hub policy is for preview releases, but we push lots of snapshots and it should be easy to set up an...
@edipofederle If you're still interested, I'm available to help make this happen.
This is a good idea. All of the property-based options can be set through JVM properties of course, but perhaps that is too global for your use case. The options...
Clearly this needs another look.
The behavior you're seeing (unfortunately) fits what I would expect. `Bar::AtomicInteger` fails the first time because the `AtomicInteger` constant has not been defined, and `include_package` defined its `const_missing` on `Foo`,...
We certainly could define different semantics for include_package, but we are somewhat limited by the available hook mechanisms. I have not researched the state of the art in querying for...