rubyx/test/parfait/type
Torsten Rüger e61c5d4a55 Simplify Parfait booting
Since some weeks, Parfait uses instance variables instead of generated attribute getters (that needed type)
This makes it possible to simplify the boot process, getting rid of separate boot Space and class versions.
It is still quite order dependent, but all "normal" ruby code, (less magic) so easier to understand.

Also moved all code that can never run at runtime into the adapter. This included Space and Object new, space as the space will only ever be created at compile time and object, since that is quite different at run-time (which is where i am working towards)
2019-09-22 19:10:47 +03:00
..
test_basic.rb fix mom and vool after cc changes 2019-08-23 10:21:22 +03:00
test_hash.rb Simplify Parfait booting 2019-09-22 19:10:47 +03:00
test_message.rb let spce keep the messages in a factory #14 2018-09-01 11:24:16 +03:00
test_method_api.rb removed unused NamedList 2019-09-18 22:07:05 +03:00
test_type_api.rb Implement class instance variables 2019-09-19 15:48:27 +03:00