Charles Oliver Nutter

Results 1069 comments of Charles Oliver Nutter

Still an issue in 9.2.7.0 but can be fixed by loaded feature work in 9.2.8.0.

Load/require work will finally land in 9.3.

Still broken because we use the canonicalized form of the path for loaded features, __FILE__ (#5662) and other places the loaded source name is reported. ``` [] ~/projects/jruby $ jruby...

An attempt was made to improve symlink canonicalization in #6735 but it did not appear to fix those issues. We will give this another look.

This could be a race involving an autoloaded constant. It may be fixed on master due to improvements in load/autoload/require logic. ``` uninitialized constant MonitorMixin::Thread Did you mean? Thread ```...

Sorry I have not had time to circle back to this issue! Your errors are very peculiar and I would initially guess something is wrong with our installation. None of...

Hmm ok. I'm not convinced that it is fixed since you are still getting some odd errors. Still not easy to reproduce I assume?

Ok, I'm going to give you some options that might help debug this when it happens again. * `--backtrace` and `--verbose` and `--debug` applied to the gem command should give...

I stumbled on this looking for bugs about calling protected methods but I believe opening the target package to JRuby should work. The syntax for a target class a.b.Cookie should...

This may be an incompatibility between warbler and the newer versions of ostruct. @marcandre Could the eager aliasing of all those methods be causing a method_missing in another library to...