index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ruby
/
test_lambda.rb
Age
Commit message (
Expand
)
Author
2019-07-15
add tests for orphan/not-orphan proc/lambda.
Tanaka Akira
2019-07-15
add tests for "break" in lambda.
Tanaka Akira
2017-03-19
vm_args.c: arity check of lambda
nobu
2017-03-18
test_lambda.rb: remove duplcate tests
nobu
2017-03-18
test_lambda.rb: refine test
nobu
2016-12-31
vm.c: fix return in lambda
nobu
2016-07-07
* vm_args.c (setup_parameters_complex): don't raise ArgumentError
naruse
2016-02-19
test/ruby: suppress parser warnings
nobu
2015-12-16
Add frozen_string_literal: false for all files
naruse
2015-03-15
* test/ruby/test_lambda.rb: Fix typo yeild -> yield
gogotanaka
2014-10-30
vm_insnhelper.c: allow to_ary
nobu
2014-03-13
vm_insnhelper.c: relax arity check
nobu
2014-03-05
* test/ruby: get rid of warnings.
usa
2013-09-19
test_lambda.rb: fix messages
nobu
2013-09-19
parse.y: adjust position of lambda
nobu
2013-08-09
* vm_insnhelper.c (vm_invoke_block): returning from lambda proc
ktsj
2012-03-16
* vm_insnhelper.c (argument_error): use line number at the beginning
nobu
2012-02-26
* compile.c (iseq_compile_each): call on special object instead of
nobu
2010-12-20
* compile.c (setup_args), vm.c (invoke_block_from_c),
nobu
2010-12-18
* compile.c (setup_args), vm.c (invoke_block_from_c),
nobu
2008-09-24
* test: assert_raises has been deprecated since a long time ago.
nobu
2007-06-05
* parse.y (new_yield), compile.c (iseq_compile_each): fix
ko1
2007-02-24
* parse.y, node.h, compile.c: change node tree structure. a purpose
ko1
2007-01-05
* compile.c (iseq_compile_each, set_block_local_tbl) :
ko1
2006-12-31
* Merge YARV
ko1
2006-07-04
* test/ruby/test_lambda.rb (TestLambdaParameters::test_lambda_as_iterator):
matz
2005-09-12
* lib/ostruct.rb (new_ostruct_member): Object#send no longer call
nobu
2005-08-08
* parse.y (f_block_arg), eval.c (rb_yield_0): deal with dynamic
nobu