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
*
Raise RuntimeError if Kernel#binding is called from a non-Ruby frame
Jeremy Evans
2022-04-06
1
-0
/
+5
*
Revert "Raise RuntimeError if Kernel#binding is called from a non-Ruby frame"
Jeremy Evans
2022-04-01
1
-5
/
+0
*
Do not autosplat array in block call just because keywords accepted
Jeremy Evans
2022-03-30
1
-0
/
+82
*
Raise RuntimeError if Kernel#binding is called from a non-Ruby frame
Jeremy Evans
2022-03-24
1
-0
/
+5
*
Make Proc#parameters support lambda keyword for returning parameters as if la...
Jeremy Evans
2022-03-17
1
-0
/
+22
*
T#dup (T < Proc) should return T's object
Koichi Sasada
2022-01-13
1
-0
/
+5
*
Add support for anonymous rest and keyword rest argument forwarding
Jeremy Evans
2021-12-30
1
-1
/
+1
*
Preserve the encoding of message from outer local variables
Nobuyoshi Nakada
2021-10-29
1
-0
/
+6
*
Remove redundant calls
Nobuyoshi Nakada
2021-10-29
1
-3
/
+3
*
Remove shift of ep when computing Proc#hash
Jeremy Evans
2021-06-24
1
-0
/
+9
*
test/ruby: Check warning messages at a finer granularity
Nobuyoshi Nakada
2020-12-17
1
-7
/
+10
*
fix lambda's warning and tests
Koichi Sasada
2020-12-12
1
-2
/
+6
*
show deprecation warning correctly for lambda(&b)
Koichi Sasada
2020-12-11
1
-0
/
+39
*
check isolated Proc more strictly
Koichi Sasada
2020-10-29
1
-0
/
+51
*
Implement Proc#== and #eql?
Jeremy Evans
2020-06-19
1
-0
/
+10
*
Make proc/Proc.new without block an error instead of warning
Jeremy Evans
2020-06-10
1
-14
/
+2
*
Do not autosplat when calling procs that accept rest and keywords
Jeremy Evans
2020-03-08
1
-0
/
+27
*
support multi-run for test/ruby/test_proc.rb
Koichi Sasada
2020-01-28
1
-3
/
+3
*
Do not autosplat when calling proc with empty keyword splat
Jeremy Evans
2020-01-24
1
-0
/
+20
*
Update tests for full keyword argument separation
Jeremy Evans
2020-01-02
1
-84
/
+28
*
Fully separate positional arguments and keyword arguments
Jeremy Evans
2020-01-02
1
-0
/
+10
*
Decide lambdaness of (f << g) using g (#2729)
Alan Wu
2019-12-30
1
-0
/
+6
*
Reword keyword arguments warning messages to convey these are deprecation war...
Marc-Andre Lafortune
2019-12-23
1
-28
/
+28
*
vm_args.c: rephrase the warning message of keyword argument separation
Yusuke Endoh
2019-12-20
1
-28
/
+28
*
Deprecate taint/trust and related methods, and make the methods no-ops
Jeremy Evans
2019-11-18
1
-3
/
+0
*
Warn on access/modify of $SAFE, and remove effects of modifying $SAFE
Jeremy Evans
2019-11-18
1
-39
/
+0
*
test/ruby/test_proc.rb: suppress "method redefined" warnings
Yusuke Endoh
2019-11-14
1
-1
/
+4
*
Show the name `Kernel#proc` in the warning message
Nobuyoshi Nakada
2019-11-12
1
-2
/
+7
*
Fix more keyword separation issues
Jeremy Evans
2019-09-26
1
-9
/
+3
*
Fix keyword argument separation issues in Proc#{<<,>>}
Jeremy Evans
2019-09-26
1
-0
/
+136
*
change Proc#to_s format ('@...' -> ' ...') (#2362)
Koichi Sasada
2019-08-14
1
-2
/
+2
*
add tests for orphan/not-orphan proc/lambda.
Tanaka Akira
2019-07-15
1
-0
/
+27
*
Suppress unused variable warnings
Nobuyoshi Nakada
2019-06-30
1
-1
/
+1
*
Hide internal IDs
Nobuyoshi Nakada
2019-04-26
1
-0
/
+3
*
proc.c: proc without block
nobu
2019-01-10
1
-2
/
+2
*
proc.c: check if callable
nobu
2019-01-10
1
-2
/
+2
*
Proc#<< and Proc#>>
nobu
2018-11-22
1
-14
/
+17
*
proc.c: Support any callable when composing Procs
nobu
2018-11-22
1
-3
/
+14
*
proc.c: Implement Proc#* for Proc composition
nobu
2018-11-22
1
-0
/
+51
*
remove VM_ENV_DATA_INDEX_ENV_PROC.
ko1
2018-05-23
1
-0
/
+8
*
extend timeout more
naruse
2018-01-18
1
-1
/
+1
*
extend timeout
naruse
2018-01-17
1
-1
/
+1
*
vm.c: respect redefinition of Proc#call
nobu
2018-01-08
1
-0
/
+18
*
extend timeout to 15 seconds for ARMv8 environment
naruse
2018-01-05
1
-1
/
+1
*
`$SAFE` as a process global state. [Feature #14250]
ko1
2017-12-28
1
-8
/
+16
*
test_proc.rb: remove duplicate test_source_location
nobu
2017-12-26
1
-6
/
+0
*
test/ruby/test_proc.rb: Add a test for Binding#source_location
mame
2017-12-26
1
-0
/
+15
*
* proc.c (get_local_variable_ptr): return found env ptr. Returned env
ko1
2017-06-12
1
-0
/
+14
*
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
[next]