fix locals scope in method and blocks

methods used to gobble up any locals of included scope. fixed
Blocks now create frame_type correctly and don't include and locals that are in fact method scope
This commit is contained in:
Torsten Ruger
2018-07-09 17:55:45 +03:00
parent 4ac89ece66
commit 06e78a7326
4 changed files with 24 additions and 7 deletions

View File

@ -11,7 +11,7 @@ module VoolBlocks
end
def test_class_compiles
assert_equal Mom::SlotLoad , @ins.class , @ins
#assert_equal Mom::SlotLoad , @ins.class , @ins
end
def pest_slot_is_set
assert @ins.left