Fixing new parfait boot process
mostly about setting the types to existing objects. Then after space is in place, it is set automatically also a fair bit of misc in the commit
This commit is contained in:
@ -44,7 +44,7 @@ module Risc
|
||||
def test_collect_all_types
|
||||
Collector.collect_space(@linker).each do |objekt , position|
|
||||
next unless objekt.is_a?( Parfait::Type )
|
||||
assert Parfait.object_space.get_type_for( objekt.hash ) , objekt.hash
|
||||
assert Parfait.object_space.types[ objekt.hash] , objekt.hash
|
||||
end
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user