Charles Oliver Nutter

Results 1067 comments of Charles Oliver Nutter

We will also look into fixing or removing the RECENT TWEETS, perhaps replacing with "recent toots" since we usually cross-post to Mastodon as well.

I also replaced tweets with toots using the link @enebo provided, but the formatting still seems a little wonky. Not sure what's wrong... we could use some help here!

I think what we are missing here and in #5472 is a reproducible example. If someone could provide a script or push a repository that we can use to reproduce...

The "racob" library and our win32ole extension have bitrotted a bit and need to be updated. The crash is happening in native code within the extension.

@714267303 I edited your comment for readability. As I mentioned above, the JRuby library for win32ole has not been maintained in some time. We could use help here! https://github.com/enebo/jruby-win32ole This...

This warning is printed when we are unable to open up some core JDK classes to dig out things like real file descriptors and process IDs. We need those packages...

> check JEP 396 That could explain this warning, but for at least a year we have always checked if a package is open before attempting to reflect into it....

You are thinking of this one: https://openjdk.java.net/jeps/403 However this only affects the `--illegal-access` flag, removing the ability to turn off the `deny` mode. We have never relied on this flag,...

I have pushed #6733 to test that we still provide full Ruby compatibility running under JDK16 (with the requisite add-opens in place, of course). When we are able to finish...

@klobuczek What reappeared? This has never really gone away. JRuby passes flags at the command line to open up packages it needs access to. When running with one of the...