seperate args from message (just like frame)
This commit is contained in:
@ -16,7 +16,7 @@ module Ticker
|
||||
# must be after boot, but before main compile, to define method
|
||||
def do_clean_compile
|
||||
end
|
||||
|
||||
|
||||
def check_chain should
|
||||
should.each_with_index do |name , index|
|
||||
got = ticks(1)
|
||||
@ -51,6 +51,7 @@ module Ticker
|
||||
rescue => e
|
||||
puts "Error at tick #{tick}"
|
||||
puts e
|
||||
puts e.backtrace
|
||||
end
|
||||
classes = classes.collect {|c| '"' + c.name.sub("Register::","") + '",' }
|
||||
classes << "length = #{classes.length}"
|
||||
|
@ -32,7 +32,7 @@ HERE
|
||||
s(:false_statements, s(:call, s(:name, :putstring), s(:arguments), s(:receiver, s(:string, "else"))))))
|
||||
end
|
||||
def test_if
|
||||
#show_ticks # get output of what is
|
||||
show_ticks # get output of what is
|
||||
check_chain ["Branch","Label","LoadConstant","GetSlot","SetSlot",
|
||||
"LoadConstant","SetSlot","FunctionCall","Label","GetSlot",
|
||||
"GetSlot","SetSlot","LoadConstant","SetSlot","LoadConstant",
|
||||
|
Reference in New Issue
Block a user