<lopex>
"The developers implementing case independence in the kernel decided to limit it to the UTF-8 encoding, presumably in the hope of solving the problem without going entirely insane"
<OlleJonssonGitte>
A stacktrace/an error (sorry for the imprecision)
<enebo>
OlleJonssonGitte: I would not be surprised if we just have an older Ruby's error message there but raising in a block would be a simple one-liner where you can see and compare
<OlleJonssonGitte>
I did some comparing, and there's _some indirection_ going on. The "boom" is rendered in an Aruba test. I'll keep this one "under investigation" before asking for more detailed assistance.
subbu|lunch is now known as subbu
<enebo>
OlleJonssonGitte: ./core/src/main/java/org/jruby/Ruby.java: static final String ROOT_FRAME_NAME = "(root)";
<OlleJonssonGitte>
Appreciate it!
<headius[m]>
Olle Jonsson (Gitter): if you can isolate where we differ it's easy to fix...I think we started doing <main> before MRI started doing (root) or vice versa and we never matched up
<OlleJonssonGitte>
The other matrix elements of the test suite (all versions) pass, though. They're all kinds of versions.
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
lucasb has quit [Quit: Connection closed for inactivity]
<headius[m]>
Olle Jonsson (Gitter): Huh that could be due to changes we've made regarding stack traces (fairly recently) or stuff done over the past year to improve how well we match CRuby trace elements