no more partial boots, always full reboot

otherwise tests are not indepant
This commit is contained in:
Torsten Ruger 2015-07-30 19:19:37 +03:00
parent 8ab9a417aa
commit 96c7b7133d

View File

@ -118,10 +118,12 @@ module Virtual
end
def boot
if @booted
self.space.get_main.clear_source
return self
end
# if @booted
# boot_functions!
# @init = Block.new("init", :__init__ )
# @init.add_code Virtual::VirtualMain.new( self.space.get_init )
# return self
# end
boot_parfait!
@init = Block.new("init", :__init__ )
@init.add_code Virtual::VirtualMain.new( self.space.get_init )