index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ruby
/
test_proc.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
proc.c: preserve class name encoding in Proc#to_s
nobu
2017-03-08
1
-0
/
+2
*
test_proc.rb: improve curry tests
nobu
2016-10-20
1
-9
/
+17
*
test_proc.rb: test_lambda?
nobu
2016-06-08
1
-0
/
+8
*
test/ruby: suppress parser warnings
nobu
2016-02-19
1
-3
/
+3
*
fix test to follow r53503
naruse
2016-01-12
1
-1
/
+1
*
* vm.c: fix mark miss for proc given as passed block.
ko1
2015-12-16
1
-0
/
+20
*
Add frozen_string_literal: false for all files
naruse
2015-12-16
1
-0
/
+1
*
test_proc.rb: test_curry_binding
nobu
2015-03-29
1
-1
/
+1
*
* test/ruby/test_proc.rb: Fix typo signle -> single
gogotanaka
2015-03-15
1
-1
/
+1
*
proc.c: fix method proc binding location
nobu
2014-11-16
1
-0
/
+7
*
* test/lib/envutil.rb: Moved from test/ruby/.
akr
2014-11-13
1
-1
/
+0
*
proc.c: fix method proc binding receiver
nobu
2014-10-27
1
-1
/
+4
*
vm.c: rb_vm_env_local_variables
nobu
2014-07-01
1
-1
/
+3
*
proc.c: Binding#receiver
nobu
2014-07-01
1
-0
/
+10
*
proc.c: fix infinite loop
nobu
2014-07-01
1
-0
/
+5
*
test_proc.rb: test_local_variables
nobu
2014-07-01
1
-0
/
+5
*
test_proc.rb: test_local_variables_in_other_context
nobu
2014-07-01
1
-0
/
+10
*
test/ruby: fix leaked threads
nobu
2014-05-26
1
-0
/
+1
*
* proc.c: Having any mandatory keyword argument increases min arity [#9299]
marcandre
2013-12-25
1
-0
/
+5
*
* proc.c: Having optional keyword arguments makes maximum arity +1, not unlim...
marcandre
2013-12-25
1
-6
/
+6
*
iseq.c: fix parameter of unnamed rest keywords argument
nobu
2013-12-25
1
-0
/
+14
*
proc.c: fix arity of rest keywords argument
nobu
2013-12-25
1
-0
/
+18
*
test_method.rb, test_proc.rb: suppress warnings
nobu
2013-12-25
1
-1
/
+1
*
Fix typo in tests
a_matsuda
2013-12-20
1
-2
/
+2
*
test/ruby: better assertions
nobu
2013-12-13
1
-1
/
+1
*
* proc.c: add Binding#local_variable_get/set/defined?
ko1
2013-08-09
1
-0
/
+34
*
* test/ruby/test_proc.rb (TestProc#test_block_given_method_to_proc):
ktsj
2013-06-17
1
-1
/
+0
*
* include/ruby/intern.h, proc.c (rb_method_call_with_block):
ktsj
2013-06-17
1
-1
/
+0
*
skip new tests until fixed
nobu
2013-06-17
1
-0
/
+2
*
test/ruby/test_proc.rb: tests for [Bug #8341]
nobu
2013-06-17
1
-0
/
+39
*
proc.c: frozen core methods
nobu
2013-04-30
1
-0
/
+11
*
* proc.c (proc_curry): Fix arity check [Bug #5747]
marcandre
2013-02-01
1
-0
/
+7
*
* proc.c: Add {*}_min_max_arity and refactor.
marcandre
2013-02-01
1
-1
/
+1
*
vm_insnhelper.c: no splat single opt arg
nobu
2012-12-28
1
-0
/
+16
*
Suppress warnings
naruse
2012-12-19
1
-11
/
+11
*
* proc.c: remove Proc#== and Proc#eql?.
ko1
2012-11-28
1
-6
/
+0
*
Add test for instance_exec receiving a curried proc.
tenderlove
2012-10-23
1
-0
/
+9
*
Add tests for r36415.
naruse
2012-07-17
1
-0
/
+26
*
Revert of r36411, as does not distinguish proc from lambda
marcandre
2012-07-16
1
-1
/
+0
*
Revert r33924.
marcandre
2012-07-16
1
-0
/
+1
*
* parse.y (primary): remove wrong "fixpos" that caused incorrect
mame
2012-04-23
1
-0
/
+14
*
* vm_insnhelper.c (vm_yield_setup_block_args): splat single
nobu
2011-12-12
1
-0
/
+273
*
* test/ruby/test_proc.rb (TestProc): renamed argument tests.
nobu
2011-12-10
1
-13
/
+13
*
* vm_eval.c (check_funcall): try respond_to? first if redefined.
nobu
2011-08-05
1
-1
/
+1
*
* string.c (sym_call), vm.c (invoke_block_from_c),
nobu
2010-09-24
1
-0
/
+18
*
* vm.c (rb_thread_method_id_and_class): curried proc has no
nobu
2010-08-29
1
-0
/
+8
*
* test/ruby/test_proc.rb (test_parameters): require is no longer built-in.
nobu
2010-06-08
1
-1
/
+1
*
* test/ruby: fixed nonsense assertions.
nobu
2010-04-29
1
-1
/
+1
*
add a test.
wanabe
2010-03-22
1
-0
/
+25
*
avoid method redefinition.
akr
2010-02-14
1
-1
/
+1
[next]