| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
This is mostly working, but does not yet pass CRuby's test_fiber_switch in test_setttracefunc.rb for a few reasons: * The current thread check there is incompatible with JRuby's Thread.current being different for each Fiber. * Raise events are not being triggered from Fiber.raise or Fiber errors. As usual, for accurate file and line numbers, it should be run with --debug. Might be enough for jruby#9600.
| Back | FazBrowse Home | New Git URL |
This is mostly working, but does not yet pass CRuby's test_fiber_switch in test_setttracefunc.rb for a few reasons:
As usual, for accurate file and line numbers, it should be run with --debug.
Might be enough for #9600.