Charles Oliver Nutter
Charles Oliver Nutter
FWIW, even `javac` works this way; importing all classes from a package with `*` just forces `javac` to search all starred packages in turn for any unresolved class names you...
@enebo Perhaps a better name? `include_package` does make it sound like it pulls in everything, like an include. Maybe something like `delegate_to_package` or `lazy_package_import`?
This should only be a problem when the jruby launcher (jruby.exe, which uses jruby.dll) starts up the JVM within the same process launch. I *think* it currently does this when...
Ping @enebo probably needs an adjustment in jruby.dll, but perhaps your Rust launcher is ready to go? 😃
This shouldn't be difficult to support correctly once we know we are dealing with the javavmwrapper script. Detecting that situation is the tricky bit, however. Is this now the standard...
This will also need fixes in https://github.com/jruby/jruby-launcher, if we decide to fix it.
I think we will hold off on doing anything on our end until we see how the feature request pans out. It sounds like they are amenable to adding a...
This is still waiting on the FreeBSD issue.
This is part of known issues with how we expand or canonicalize or absolutize load path and loaded feature entries. See #2794
Closed by mistake.