rubyx/test/parfait
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
..
type Starting to fix resolve mechanism 2019-09-29 12:06:37 +03:00
helper.rb better test for attr 2019-03-07 10:47:48 +02:00
test_attributes.rb Quite small amount of parfait tests needed changing after that 2019-09-09 20:29:18 +03:00
test_binary_code.rb increase binary_code size to 32 2019-08-22 12:26:40 +03:00
test_block.rb push the name down into callable 2018-07-30 10:21:43 +03:00
test_callable_method.rb push the name down into callable 2018-07-30 10:21:43 +03:00
test_class.rb Fixing new parfait boot process 2019-09-23 00:07:30 +03:00
test_data_object.rb integer was wrong padded§ length 2018-05-30 14:55:17 +03:00
test_dictionary.rb add next_value for dictionary 2018-05-13 13:03:04 +03:00
test_factory.rb changing factory size per factory 2019-08-24 09:46:33 +03:00
test_integer.rb replace add_new_int in most builtins 2018-11-21 20:29:22 +02:00
test_interpreted.rb More or less a stash 2019-02-12 22:41:42 +02:00
test_list1.rb to_s for parfait list 2019-02-17 18:16:19 +02:00
test_list2.rb some test change because of renaming 2018-08-11 19:17:20 +03:00
test_list.rb Quite small amount of parfait tests needed changing after that 2019-09-09 20:29:18 +03:00
test_message.rb fix mom and vool after cc changes 2019-08-23 10:21:22 +03:00
test_object2.rb removed unused NamedList 2019-09-18 22:07:05 +03:00
test_object.rb fix interpreter to output symbols 2019-09-08 15:31:03 +03:00
test_singleton_class.rb rename singleton_class to single_class and misc 2019-09-24 17:25:19 +03:00
test_space2.rb Simplify Parfait booting 2019-09-22 19:10:47 +03:00
test_space.rb rename singleton_class to single_class and misc 2019-09-24 17:25:19 +03:00
test_vool_method.rb check for redefining of methods and forbid 2019-09-24 21:20:12 +03:00
test_word2.rb Fix word offset 2019-09-24 12:59:22 +03:00
test_word.rb fix all tests for previous commit 2019-02-08 23:03:23 +02:00