rubyx/test/risc
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
..
interpreter Fix meta_class, sis class instance variables and class methods 2019-09-24 12:59:22 +03:00
position Lots of preloading for tests 2019-09-13 14:07:12 +03:00
helper.rb split create_binary into two phases 2018-06-17 13:53:17 +03:00
test_builder1.rb Lots of preloading for tests 2019-09-13 14:07:12 +03:00
test_builder2.rb generalize get_main and get_init to get_method 2019-09-15 12:58:43 +03:00
test_builder.rb generalize get_main and get_init to get_method 2019-09-15 12:58:43 +03:00
test_callable_compiler.rb Continue testing mom instructions 2019-09-15 18:31:10 +03:00
test_collector.rb Fixing new parfait boot process 2019-09-23 00:07:30 +03:00
test_fake_memory.rb some test change because of renaming 2018-08-11 19:17:20 +03:00
test_instructions.rb test and last fixes for previous commits (allocalte ints) 2018-11-24 22:40:22 +02:00
test_interpreter_platform.rb fix all tests for previous commit 2019-02-08 23:03:23 +02:00
test_interpreter.rb Derive Class and MetaClass from Behaviour 2019-09-21 18:50:33 +03:00
test_linker1.rb use method missing in resolve method 2019-09-15 15:13:11 +03:00
test_linker.rb Derive Class and MetaClass from Behaviour 2019-09-21 18:50:33 +03:00
test_method_compiler.rb Derive Class and MetaClass from Behaviour 2019-09-21 18:50:33 +03:00
test_parfait_adapter.rb cleaning 2019-09-10 16:21:13 +03:00
test_platform.rb make the interpreter platform 2018-05-17 09:31:36 +03:00
test_register_value1.rb fix all tests for previous commit 2019-02-08 23:03:23 +02:00
test_register_value.rb fixing most of the risc tests 2019-08-23 15:31:22 +03:00
test_risc_collection.rb Lots of preloading for tests 2019-09-13 14:07:12 +03:00
test_risc_compiler.rb Lots of preloading for tests 2019-09-13 14:07:12 +03:00
test_text_writer.rb Lots of preloading for tests 2019-09-13 14:07:12 +03:00
test_translator.rb fix all tests for previous commit 2019-02-08 23:03:23 +02:00