rubyx/test/parfait/type
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
..
test_basic.rb Starting to fix resolve mechanism 2019-09-29 12:06:37 +03:00
test_hash.rb Simplify Parfait booting 2019-09-22 19:10:47 +03:00
test_message.rb Fixing new parfait boot process 2019-09-23 00:07:30 +03:00
test_method_api.rb Starting to fix resolve mechanism 2019-09-29 12:06:37 +03:00
test_type_api.rb Implement class instance variables 2019-09-19 15:48:27 +03:00