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_pattern_matching.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
skip if `DidYouMean.formatter=` is not defined
Koichi Sasada
2023-04-16
1
-2
/
+2
*
[Bug #19175] p_rest should be `assignable'
Kazuki Tsujimoto
2023-03-26
1
-0
/
+8
*
[Bug #19195] Allow optional newlines before closing parenthesis
Nobuyoshi Nakada
2022-12-13
1
-0
/
+2
*
Fix unexpected "duplicated key name" error in paren-less one line pattern mat...
Kazuki Tsujimoto
2022-09-09
1
-0
/
+12
*
[Bug #18890] Suppress warnings and fix the message
Nobuyoshi Nakada
2022-07-08
1
-6
/
+13
*
[Bug #18890] newline should be insignificant after pattern label
Nobuyoshi Nakada
2022-07-06
1
-0
/
+15
*
Find pattern is no longer experimental [Feature #18585]
Kazuki Tsujimoto
2022-02-19
1
-20
/
+0
*
Disable did_you_mean in TestPatternMatching
Yuki Nishijima
2021-10-22
1
-0
/
+19
*
Allow omission of parentheses in one line pattern matching [Feature #16182]
Kazuki Tsujimoto
2021-08-19
1
-7
/
+7
*
Show verbose error messages when single pattern match fails
Kazuki Tsujimoto
2021-08-15
1
-0
/
+127
*
One-line pattern matching is no longer experimental
Kazuki Tsujimoto
2021-07-17
1
-2
/
+0
*
Add pattern matching pin support for instance/class/global variables
Jeremy Evans
2021-07-15
1
-0
/
+24
*
Pattern matching pin operator against expression [Feature #17411]
Kazuki Tsujimoto
2021-03-21
1
-0
/
+23
*
test/ruby/test_pattern_matching.rb: Avoid a warning
Yusuke Endoh
2021-01-19
1
-0
/
+1
*
Mark pattern labels as unremoveable
Vladimir Dementyev
2021-01-19
1
-0
/
+10
*
Make NoMatchingPatternError a subclass of StandardError
Kazuki Tsujimoto
2020-12-23
1
-0
/
+4
*
Reintroduce `expr in pat` [Feature #17371]
Kazuki Tsujimoto
2020-12-13
1
-1
/
+5
*
Pattern matching is no longer experimental
Kazuki Tsujimoto
2020-11-01
1
-2
/
+2
*
Assoc pattern matching (#3703)
Nobuyoshi Nakada
2020-10-26
1
-11
/
+11
*
Suppress "assigned but unused variable" warnings
Kazuki Tsujimoto
2020-06-27
1
-4
/
+4
*
Add #deconstruct cache to find pattern
Vladimir Dementyev
2020-06-27
1
-0
/
+9
*
Optimize array pattern matching by caching #deconstruct value
Vladimir Dementyev
2020-06-27
1
-0
/
+79
*
Introduce find pattern [Feature #16828]
Kazuki Tsujimoto
2020-06-14
1
-0
/
+57
*
Suppress an "assigned but unused variable" warning
Yusuke Endoh
2020-03-03
1
-0
/
+1
*
Preserve `kwarg` flag and fix up f5c904c2a9
Nobuyoshi Nakada
2020-03-03
1
-0
/
+2
*
Suppress "assigned but unused variable" warnings
Yusuke Endoh
2020-03-02
1
-0
/
+2
*
Allow newlines inside braced pattern
Nobuyoshi Nakada
2020-03-02
1
-0
/
+14
*
Allow trailing comma in hash pattern
Kazuki Tsujimoto
2020-03-01
1
-0
/
+9
*
test/ruby/test_pattern_matching.rb: suppress "unused variable" warning
Yusuke Endoh
2019-12-21
1
-0
/
+17
*
Added `experimental` warning category
Nobuyoshi Nakada
2019-12-20
1
-4
/
+22
*
Make single line pattern matching void expression
Nobuyoshi Nakada
2019-11-30
1
-2
/
+2
*
Raise `NoMatchingPatternError` when expr `in` pat doesn't match
Nobuyoshi Nakada
2019-11-28
1
-1
/
+4
*
Avoid needless object allocation
Kazuki Tsujimoto
2019-11-19
1
-0
/
+2
*
Disallow omission of parentheses/brackets in single line pattern matching [Fe...
Kazuki Tsujimoto
2019-11-10
1
-1
/
+7
*
Define Struct#deconstruct_keys
Kazuki Tsujimoto
2019-11-08
1
-0
/
+24
*
Disallow duplicated pattern variable
Kazuki Tsujimoto
2019-11-07
1
-8
/
+59
*
Restore `in_kwarg` flag properly
Nobuyoshi Nakada
2019-10-29
1
-0
/
+1
*
[EXPERIMENTAL] Expression with modifier `in`
Nobuyoshi Nakada
2019-09-26
1
-0
/
+7
*
Make pattern matching support **nil syntax
Kazuki Tsujimoto
2019-09-01
1
-0
/
+38
*
Fixed an assertion
Nobuyoshi Nakada
2019-06-30
1
-1
/
+1
*
Simplified the guard against old versions
Nobuyoshi Nakada
2019-05-21
1
-5
/
+2
*
test/ruby/test_pattern_matching.rb: add missing tests for NODE_DASGN, NODE_LASGN
ktsj
2019-04-21
1
-0
/
+18
*
Add missing test for p_var_ref
ktsj
2019-04-21
1
-0
/
+6
*
Add missing tests for p_args
ktsj
2019-04-21
1
-0
/
+29
*
Suppress warning in assertion too
kazu
2019-04-17
1
-0
/
+3
*
Suppress warnings in `make test-all`
kazu
2019-04-17
1
-0
/
+7
*
Define Struct#deconstruct
ktsj
2019-04-17
1
-0
/
+12
*
Introduce pattern matching [EXPERIMENTAL]
ktsj
2019-04-17
1
-0
/
+1075