-
Notifications
You must be signed in to change notification settings - Fork 194
Open
Labels
Description
I'm keen to fix the last few super issues for an experiment at Shopify
We're got one failing spec:
fails:The super keyword wraps into array and passes along reassigned rest args with non-array scalar value |
But quite a lot of failing MRI tests:
truffleruby/test/mri/excludes/TestSuper.rb
Lines 1 to 10 in 2b84599
exclude :test_define_method, "needs investigation" | |
exclude :test_super_in_instance_eval, "needs investigation" | |
exclude :test_super_in_instance_eval_with_define_method, "needs investigation" | |
exclude :test_super_in_module_unbound_method, "needs investigation" | |
exclude :test_super_in_orphan_block_with_instance_eval, "needs investigation" | |
exclude :test_double_include, "needs investigation" | |
exclude :test_double_include2, "needs investigation" | |
exclude :test_from_eval, "needs investigation" | |
exclude :test_super_in_BEGIN, "needs investigation" | |
exclude :test_super_with_modified_rest_parameter, "needs investigation" |