rubyx/test/vool/class_send
Torsten Rüger 17f87f7464 Starting to fix resolve mechanism
resolve had the wrong approach, sort of class based oo
It took methods from "derived" types and just used them
To be correct, those methods would have to be recompiled for the current type, rubyx is type, not class based.
Started on that, still soe strange hang though

Later, type and method analysis may reveal "compatible" types (down only off course) where one could use the exact same code, but that is phase 2
2019-09-29 12:06:37 +03:00
..
helper.rb some class send test changes 2019-09-18 22:07:58 +03:00
test_class_def.rb Also make risc compilers a linked lists 2019-09-28 15:08:08 +03:00
test_class_instance.rb Also make risc compilers a linked lists 2019-09-28 15:08:08 +03:00
test_class_send_inherited.rb Also make risc compilers a linked lists 2019-09-28 15:08:08 +03:00
test_send_class.rb Starting to fix resolve mechanism 2019-09-29 12:06:37 +03:00