rubyx/test/risc/interpreter/class
Torsten Rüger 66728f09f4 Fix meta_class, sis class instance variables and class methods
after some serious recursive thinking it now actually makes sense.
The key was to change the actual type of the class that the meta_class manages
For objects it's (still) ok just to change the instance_type, but since the class object exists and has type, when adding instance variables, that actual type has to change
2019-09-24 12:59:22 +03:00
..
test_class_inst_set.rb Fix meta_class, sis class instance variables and class methods 2019-09-24 12:59:22 +03:00
test_class_inst.rb Fix meta_class, sis class instance variables and class methods 2019-09-24 12:59:22 +03:00
test_class_send.rb More tests and compiling parfait object 2019-09-19 17:41:26 +03:00