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_keyword.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
test/ruby/test_keyword.rb: Prevent warning: assigned but unused variable
Yusuke Endoh
2022-04-11
1
-1
/
+0
*
Unflag a splatted flagged hash if the method doesn't use ruby2_keywords
Jeremy Evans
2022-04-05
1
-0
/
+48
*
Do not autosplat array in block call just because keywords accepted
Jeremy Evans
2022-03-30
1
-1
/
+1
*
Adds mixed hash value and value omission tests
Brandon Weaver
2021-09-13
1
-0
/
+1
*
Add documentation and tests for keyword argument value omission
Shugo Maeda
2021-09-11
1
-0
/
+16
*
Add back checks for empty kw splat with tests (#4405)
Alan Wu
2021-04-23
1
-0
/
+20
*
Fixed premature return
Nobuyoshi Nakada
2021-01-19
1
-0
/
+9
*
Dup kwrest hash when merging other keyword arguments [Bug #17481]
Nobuyoshi Nakada
2020-12-28
1
-1
/
+24
*
Reduce allocations for keyword argument hashes
Jeremy Evans
2020-03-17
1
-0
/
+212
*
Do not autosplat when calling procs that accept rest and keywords
Jeremy Evans
2020-03-08
1
-7
/
+12
*
Check type of empty keyword [Bug #16603]
Seiei Miyagi
2020-02-03
1
-0
/
+6
*
Remove empty keyword splats when calling even when using ruby2_keywords
Jeremy Evans
2020-01-23
1
-4
/
+4
*
Suppress some warnings
Yusuke Endoh
2020-01-07
1
-1
/
+0
*
Update tests for full keyword argument separation
Jeremy Evans
2020-01-02
1
-1450
/
+470
*
Check Module#ruby2_keywords arity
Nobuyoshi Nakada
2020-01-02
1
-0
/
+6
*
Reword keyword arguments warning messages to convey these are deprecation war...
Marc-Andre Lafortune
2019-12-23
1
-435
/
+435
*
compile.c: avoid newarraykwsplat for arguments
v2_7_0_rc2
Yusuke Endoh
2019-12-22
1
-0
/
+6
*
vm_args.c: rephrase the warning message of keyword argument separation
Yusuke Endoh
2019-12-20
1
-308
/
+308
*
test/ruby/test_keywords.rb: suppress a warning
Yusuke Endoh
2019-12-10
1
-1
/
+1
*
Add Proc#ruby2_keywords
Jeremy Evans
2019-12-09
1
-0
/
+39
*
Reduce duplicated warnings for the change of Ruby 3 keyword arguments
Yusuke Endoh
2019-11-29
1
-28
/
+138
*
vm_method.c: add top-level ruby2_keywords
Yusuke Endoh
2019-11-29
1
-0
/
+12
*
Don't modify rest array when using ruby2_keywords
Jeremy Evans
2019-11-27
1
-0
/
+9
*
fix bug in keyword + protected combination
卜部昌平
2019-10-28
1
-0
/
+16
*
Handle case where ruby2_keywords method splats to ruby2_keywords method
Jeremy Evans
2019-10-24
1
-0
/
+26
*
Duplicate hash when converting keyword hash to keywords
Jeremy Evans
2019-10-24
1
-0
/
+8
*
Dup hash with keyword flag when converted to keywords
Jeremy Evans
2019-10-15
1
-0
/
+8
*
Allow ruby2_keywords to be used with bmethods
Jeremy Evans
2019-10-07
1
-1
/
+32
*
Correctly issue ArgumentError when calling method that accepts no keywords
Jeremy Evans
2019-09-27
1
-0
/
+13
*
Fix more keyword separation issues
Jeremy Evans
2019-09-26
1
-0
/
+648
*
Fix keyword argument separation issues in Enumerator::Generator#each
Jeremy Evans
2019-09-26
1
-0
/
+77
*
Fix keyword argument separation issues in Fiber#resume
Jeremy Evans
2019-09-26
1
-0
/
+77
*
Fix keyword argument separation issues in Thread.new
Jeremy Evans
2019-09-26
1
-0
/
+80
*
Add Module#ruby2_keywords for passing keywords through regular argument splats
Jeremy Evans
2019-09-25
1
-0
/
+272
*
Make public_send and rb_f_send handle keyword argument separation
Jeremy Evans
2019-09-23
1
-0
/
+102
*
Handle keyword argument separation for Enumerator#size
Jeremy Evans
2019-09-20
1
-0
/
+99
*
Make passing empty keywords to dig pass empty keywords to next dig method
Jeremy Evans
2019-09-20
1
-0
/
+220
*
Add and fix some keyword tests
Jeremy Evans
2019-09-18
1
-17
/
+182
*
Fix keyword argument separation issues with sym procs when using refinements
Jeremy Evans
2019-09-17
1
-0
/
+303
*
Pass keyword argument flag when rb_call_super_kw calls method_missing
Jeremy Evans
2019-09-17
1
-0
/
+194
*
Correctly handle keywords for Method#call for cfuncs, send, and attr_*
Jeremy Evans
2019-09-13
1
-0
/
+554
*
Emit missing keyword argument separation warnings for define_method
Jeremy Evans
2019-09-11
1
-0
/
+22
*
Fix invalid keyword argument separation warning for delegating calls
Jeremy Evans
2019-09-08
1
-0
/
+1
*
Add keyword argument separation tests for implicit/explicit super calls
Jeremy Evans
2019-09-08
1
-0
/
+220
*
Convert keyword argument to required positional hash argument for Class#new, ...
Jeremy Evans
2019-09-06
1
-20
/
+152
*
Convert empty keyword hash to required positional argument and warn for metho...
Jeremy Evans
2019-09-05
1
-4
/
+12
*
Convert empty keyword hash to required positional argument and warn for sym p...
Jeremy Evans
2019-09-05
1
-4
/
+12
*
Convert empty keyword hash to required positional argument and warn for lambd...
Jeremy Evans
2019-09-05
1
-61
/
+31
*
Convert empty keyword hash to required positional argument and warn
Jeremy Evans
2019-09-05
1
-6
/
+112
*
Always remove empty keyword hashes when calling methods
Jeremy Evans
2019-09-05
1
-32
/
+16
[next]