no more partial boots, always full reboot
otherwise tests are not indepant
This commit is contained in:
parent
8ab9a417aa
commit
96c7b7133d
@ -118,10 +118,12 @@ module Virtual
|
|||||||
end
|
end
|
||||||
|
|
||||||
def boot
|
def boot
|
||||||
if @booted
|
# if @booted
|
||||||
self.space.get_main.clear_source
|
# boot_functions!
|
||||||
return self
|
# @init = Block.new("init", :__init__ )
|
||||||
end
|
# @init.add_code Virtual::VirtualMain.new( self.space.get_init )
|
||||||
|
# return self
|
||||||
|
# end
|
||||||
boot_parfait!
|
boot_parfait!
|
||||||
@init = Block.new("init", :__init__ )
|
@init = Block.new("init", :__init__ )
|
||||||
@init.add_code Virtual::VirtualMain.new( self.space.get_init )
|
@init.add_code Virtual::VirtualMain.new( self.space.get_init )
|
||||||
|
Loading…
Reference in New Issue
Block a user