summaryrefslogtreecommitdiff
path: root/test/ruby/test_proc.rb
AgeCommit message (Expand)Author
2019-07-15add tests for orphan/not-orphan proc/lambda.Tanaka Akira
2019-06-30Suppress unused variable warningsNobuyoshi Nakada
2019-04-26Hide internal IDsNobuyoshi Nakada
2019-01-10proc.c: proc without blocknobu
2019-01-10proc.c: check if callablenobu
2018-11-22Proc#<< and Proc#>>nobu
2018-11-22proc.c: Support any callable when composing Procsnobu
2018-11-22proc.c: Implement Proc#* for Proc compositionnobu
2018-05-23remove VM_ENV_DATA_INDEX_ENV_PROC.ko1
2018-01-18extend timeout morenaruse
2018-01-17extend timeoutnaruse
2018-01-08vm.c: respect redefinition of Proc#callnobu
2018-01-05extend timeout to 15 seconds for ARMv8 environmentnaruse
2017-12-28`$SAFE` as a process global state. [Feature #14250]ko1
2017-12-26test_proc.rb: remove duplicate test_source_locationnobu
2017-12-26test/ruby/test_proc.rb: Add a test for Binding#source_locationmame
2017-06-12* proc.c (get_local_variable_ptr): return found env ptr. Returned envko1
2017-03-08proc.c: preserve class name encoding in Proc#to_snobu
2016-10-20test_proc.rb: improve curry testsnobu
2016-06-08test_proc.rb: test_lambda?nobu
2016-02-19test/ruby: suppress parser warningsnobu
2016-01-12fix test to follow r53503naruse
2015-12-16* vm.c: fix mark miss for proc given as passed block.ko1
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-03-29test_proc.rb: test_curry_bindingnobu
2015-03-15* test/ruby/test_proc.rb: Fix typo signle -> singlegogotanaka
2014-11-16proc.c: fix method proc binding locationnobu
2014-11-13* test/lib/envutil.rb: Moved from test/ruby/.akr
2014-10-27proc.c: fix method proc binding receivernobu
2014-07-01vm.c: rb_vm_env_local_variablesnobu
2014-07-01proc.c: Binding#receivernobu
2014-07-01proc.c: fix infinite loopnobu
2014-07-01test_proc.rb: test_local_variablesnobu
2014-07-01test_proc.rb: test_local_variables_in_other_contextnobu
2014-05-26test/ruby: fix leaked threadsnobu
2013-12-25* proc.c: Having any mandatory keyword argument increases min arity [#9299]marcandre
2013-12-25* proc.c: Having optional keyword arguments makes maximum arity +1, not unlim...marcandre
2013-12-25iseq.c: fix parameter of unnamed rest keywords argumentnobu
2013-12-25proc.c: fix arity of rest keywords argumentnobu
2013-12-25test_method.rb, test_proc.rb: suppress warningsnobu
2013-12-20Fix typo in testsa_matsuda
2013-12-13test/ruby: better assertionsnobu
2013-08-09* proc.c: add Binding#local_variable_get/set/defined?ko1
2013-06-17* test/ruby/test_proc.rb (TestProc#test_block_given_method_to_proc):ktsj
2013-06-17* include/ruby/intern.h, proc.c (rb_method_call_with_block):ktsj
2013-06-17skip new tests until fixednobu
2013-06-17test/ruby/test_proc.rb: tests for [Bug #8341]nobu
2013-04-30proc.c: frozen core methodsnobu
2013-02-01* proc.c (proc_curry): Fix arity check [Bug #5747]marcandre
2013-02-01* proc.c: Add {*}_min_max_arity and refactor.marcandre