Charles Oliver Nutter

Results 1406 comments of Charles Oliver Nutter

Ok that's not the problem... we have supported installing the gem since 9.2.20.0: https://github.com/jruby/jruby/issues/6793 I'm not sure what might be causing issues in your environment... I also confirmed that the...

Ok so there's two errors I see in the output you have provided. The first is the ENOENT that indicates it could not find a Gemfile. It's possible this is...

Unfortunately it seems like the yield logic is identical on master (9.4) and jruby-9.3 branches. You might be able to force it to happen more frequently by setting `JRUBY_OPTS` environment...

Aha ok! I definitely want to help you find this. Are there any tests I could run to reproduce this? Or if you have any additional output or can provide...

I'm not sure why we never fixed this, so I just pushed #8301. ByteList's toString probably should still only be used for debugging, but I see no reason why it...

This has dragged on for a while but it might be really simple...just count the number of block scopes to the nearest method scope and that's the number. @ivoanjo If...

Ok so some complications here... * The logic for maintaining a `Backtrace` only tracks a host class, method name, filename, line number, and "type" which indicates eval or block or...

I ran into this again because there are specs for rescue and ensure that would pass if we fixed this: ``` 6) An ensure block inside 'do end' block does...

Thank you for these reports and the PRs you have filed! I think it might be more efficient if you did all the reports as one bug, though, and did...

@ngr-ilmarh Perhaps you could contribute a PR to add this SAST scan as a Rake or Maven task? That would allow us to audit the full list of issues and...