rubyx/test/vool
Torsten Rüger d6c38d15ba Fix calling unknown methods
Before, when the type was determined, it was assumed that the method can be resolved. But off course tis is not true, as methods may be defined later in the file.
Two solutions for that. One could  (and should) define all methods and only then start to compile. Thus having the type safety.
Or (as now) make a dynamic call and let it fail at runtime.
2019-08-14 14:59:54 +03:00
..
blocks all of mom and vool 2019-08-13 20:35:27 +03:00
class_send Booting functions again and send test 2019-08-12 11:57:32 +03:00
send Fix calling unknown methods 2019-08-14 14:59:54 +03:00
helper.rb rearranges test helper modules 2017-04-10 16:12:15 +03:00
test_assign.rb fix a whole bunch of vool to_mom 2019-08-07 15:09:26 +03:00
test_class_statement.rb more and better tests 2019-08-08 12:18:36 +03:00
test_if_condition.rb Fixed more disabled tests 2019-08-13 11:14:36 +03:00
test_if_no_else.rb fix a whole bunch of vool to_mom 2019-08-07 15:09:26 +03:00
test_if_simple.rb fix a whole bunch of vool to_mom 2019-08-07 15:09:26 +03:00
test_ivar.rb fix a whole bunch of vool to_mom 2019-08-07 15:09:26 +03:00
test_local_assignment.rb fix a whole bunch of vool to_mom 2019-08-07 15:09:26 +03:00
test_method_statement.rb more and better tests 2019-08-08 12:18:36 +03:00
test_return.rb Fixed more disabled tests 2019-08-13 11:14:36 +03:00
test_while_statement1.rb Fixed more disabled tests 2019-08-13 11:14:36 +03:00
test_while_statement.rb fix a whole bunch of vool to_mom 2019-08-07 15:09:26 +03:00
test_yield_statement.rb fix a whole bunch of vool to_mom 2019-08-07 15:09:26 +03:00