Conversation
|
One error on this run: https://github.com/ruby/rake/pull/331/checks?check_run_id=314340711 |
|
The issue seems to be that |
|
That's a trivial fix (use the main object in both cases), and then I can run all We'll need a nightly build of TruffleRuby to test in CI though, or skip that |
|
It's actually not the same In Ruby terms: wrap_module = Module.new
new_main = main.clone # make a copy of the singleton class and the methods there
new_main.extend(wrap_module) |
|
@eregon Thanks for your work. I'm okay to merge when CI was fixed. |
|
I just merged truffleruby/truffleruby@f054b32, which fixes |
and f19222f.
cc @hsbt