Skip to content

Commit 447e53f

Browse files
committed
Remove language tags which no longer match any spec
1 parent 12dcdfa commit 447e53f

File tree

4 files changed

+0
-10
lines changed

4 files changed

+0
-10
lines changed

spec/tags/language/block_tags.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
fails:A block yielded a single Array when non-symbol keys are in a keyword arguments Hash raises an ArgumentError
21
fails:A block yielded a single Array calls #to_hash on the argument but ignores result when optional argument and keyword argument accepted
32
fails:Post-args with optional args with a circular argument reference raises a SyntaxError if using an existing local with the same name as the argument
43
fails:Post-args with optional args with a circular argument reference raises a SyntaxError if there is an existing method with the same name as the argument

spec/tags/language/constants_tags.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
fails:top-level constant lookup on a class searches Object successfully after searching other scopes
21
fails:Module#private_constant marked constants NameError by #private_constant has the defined class as the :name attribute
32
fails:top-level constant lookup on a class does not search Object after searching other scopes
43
fails:Module#private_constant marked constants sends #const_missing to the original class or module

spec/tags/language/pattern_matching_tags.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
fails:Pattern matching can be standalone in operator that deconstructs value
21
fails:Pattern matching extends case expression with case/in construction
32
fails:Pattern matching allows using then operator
4-
fails:Pattern matching warns about pattern matching is experimental feature
53
fails:Pattern matching binds variables
64
fails:Pattern matching cannot mix in and when operators
75
fails:Pattern matching checks patterns until the first matching
@@ -41,7 +39,6 @@ fails:Pattern matching Array pattern does not match object without #deconstruct
4139
fails:Pattern matching Array pattern raises TypeError if #deconstruct method does not return array
4240
fails:Pattern matching Array pattern does not match object if elements of array returned by #deconstruct method does not match elements in pattern
4341
fails:Pattern matching Array pattern binds variables
44-
fails:Pattern matching Array pattern binds variable even if patter matches only partially
4542
fails:Pattern matching Array pattern supports splat operator *rest
4643
fails:Pattern matching Array pattern does not match partially by default
4744
fails:Pattern matching Array pattern does match partially from the array beginning if list + , syntax used
@@ -66,7 +63,6 @@ fails:Pattern matching Hash pattern passes keys specified in pattern as argument
6663
fails:Pattern matching Hash pattern passes keys specified in pattern to #deconstruct_keys method if pattern contains double splat operator **
6764
fails:Pattern matching Hash pattern passes nil to #deconstruct_keys method if pattern contains double splat operator **rest
6865
fails:Pattern matching Hash pattern binds variables
69-
fails:Pattern matching Hash pattern binds variable even if pattern matches only partially
7066
fails:Pattern matching Hash pattern supports double splat operator **rest
7167
fails:Pattern matching Hash pattern treats **nil like there should not be any other keys in a matched Hash
7268
fails:Pattern matching Hash pattern can match partially

spec/tags/language/return_tags.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
fails:The return keyword in a Thread raises a LocalJumpError if used to exit a thread
22
slow:The return keyword at top level stops file execution
33
slow:The return keyword at top level within a begin fires ensure block before returning
4-
slow:The return keyword at top level return with argument does not affect exit status
5-
fails:The return keyword at top level within a class is allowed
6-
fails:The return keyword at top level return with argument does not affect exit status
7-
fails:The return keyword at top level within a block within a class is allowed
84
slow:The return keyword at top level return with argument warns but does not affect exit status
95
fails:The return keyword at top level return with argument warns but does not affect exit status

0 commit comments

Comments
 (0)