a long string of import order and namespace issues which is not over yet

This commit is contained in:
Torsten Ruger
2014-10-03 14:52:47 +03:00
parent 1347a85eb7
commit c5655b1059
11 changed files with 19 additions and 17 deletions

View File

@ -41,6 +41,7 @@ module Virtual
def self.boot
machine = Machine.new
BootSpace.space.boot_classes! # boot is a verb here
machine.boot
machine
end
@ -87,5 +88,5 @@ require_relative "passes/send_implementation"
require_relative "passes/get_implementation"
require_relative "passes/frame_implementation"
Sof.Volotile.add(Virtual::Block , [:method])
Sof.Volotile.add(Virtual::CompiledMethod , [:current])
Sof::Volotile.add(Virtual::Block , [:method])
Sof::Volotile.add(Virtual::CompiledMethod , [:current])