-
-
Notifications
You must be signed in to change notification settings - Fork 925
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 9.4.12.0
- 9.4.11.0
- 9.4.10.0
- 9.4.9.0
- 9.4.8.0
- 9.4.7.0
- 9.4.6.0
- 9.4.5.0
- 9.4.4.0
- 9.4.3.0
- 9.4.2.0
- 9.4.1.0
- 9.4.0.0
- 9.3.15.0
- 9.3.14.0
- 9.3.13.0
- 9.3.12.0
- 9.3.11.0
- 9.3.10.0
- 9.3.9.0
- 9.3.8.0
- 9.3.7.0
- 9.3.6.0
- 9.3.5.0
- 9.3.4.0
- 9.3.3.0
- 9.3.2.0
- 9.3.1.0
- 9.3.0.0
- 9.2.21.0
- 9.2.20.1
- 9.2.20.0
- 9.2.19.0
- 9.2.18.0
- 9.2.17.0
- 9.2.16.0
- 9.2.15.0
- 9.2.14.0
- 9.2.13.0
- 9.2.12.0
- 9.2.11.1
- 9.2.11.0
- 9.2.10.0
- 9.2.9.0
- 9.2.8.0
- 9.2.7.0
- 9.2.6.0
- 9.2.5.0
- 9.2.4.1
- 9.2.4.0
- 9.2.3.0
- 9.2.2.0
- 9.2.1.0
- 9.2.0.0
- 9.1.17.0
- 9.1.16.0
- 9.1.15.0
- 9.1.14.0
- 9.1.13.0
- 9.1.12.0
- 9.1.11.0
- 9.1.10.0
- 9.1.9.0
- 9.1.8.0
- 9.1.7.0
- 9.1.6.0
- 9.1.5.0
- 9.1.4.0
- 9.1.3.0
- 9.1.2.0
- 9.1.1.0
- 9.1.0.0
- 9.0.5.0
- 9.0.4.0
- 9.0.3.0
Showing
16 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
fails:Enumerable#each_cons raises an Argument Error if there is not a single parameter > 0 | ||
fails:Enumerable#each_cons raises an ArgumentError if there is not a single parameter > 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
fails:Enumerable#each_slice raises an Argument Error if there is not a single parameter > 0 | ||
fails:Enumerable#each_slice raises an ArgumentError if there is not a single parameter > 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
fails:Enumerable#max_by when called with an argument n without a block returns an enumerator | ||
fails:Enumerable#max_by when called with an argument n when n is nil returns the maximum element |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
fails:Enumerable#max that is nil returns the maximum element |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
fails:Enumerable#min_by when called with an argument n without a block returns an enumerator | ||
fails:Enumerable#min_by when called with an argument n when n is nil returns the minimum element |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
fails:Enumerable#min that is nil returns the minimum element |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
fails:Enumerable#slice_when when given a block returns an enumerator | ||
fails:Enumerable#slice_when when given a block splits chunks between adjacent elements i and j where the block returns true | ||
fails:Enumerable#slice_when when given a block calls the block for length of the receiver enumerable minus one times | ||
fails:Enumerable#slice_when when not given a block raises an ArgumentError |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
fails:File.birthtime raises an NotImplementedError | ||
fails:File#birthtime raises an NotImplementedError |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
fails:File::Stat#birthtime raises an NotImplementedError |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
fails:Kernel#eval allows a binding to be captured inside an eval | ||
fails:Kernel#eval raises a LocalJumpError if there is no lambda-style closure in the chain | ||
fails:Kernel#eval unwinds through a Proc-style closure and returns from a lambda-style closure in the closure chain |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
fails:Kernel.throw raises an UncaughtThrowError if there is no catch block for the symbol |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
fails:Method#curry with optional arity argument raises ArgumentError when the method requires less arguments than the given arity |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,20 @@ | ||
fails:ObjectSpace.each_object calls the block once for each living, non-immediate object in the Ruby process | ||
fails:ObjectSpace.each_object returns an enumerator if not given a block | ||
fails:ObjectSpace.each_object doesn't find an object stored in a WeakRef that should have been cleared | ||
fails:ObjectSpace.each_object finds an object stored in a global variable | ||
fails:ObjectSpace.each_object finds an object stored in a top-level constant | ||
fails:ObjectSpace.each_object finds an object stored in a second-level constant | ||
fails:ObjectSpace.each_object finds an object stored in a local variable | ||
fails:ObjectSpace.each_object finds an object stored in a local variable captured in a block explicitly | ||
fails:ObjectSpace.each_object finds an object stored in a local variable captured in a block implicitly | ||
fails:ObjectSpace.each_object finds an object stored in a local variable captured in a Proc#binding | ||
fails:ObjectSpace.each_object finds an object stored in a local variable captured in a Kernel#binding | ||
fails:ObjectSpace.each_object finds an object stored in a local variable set in a binding manually | ||
fails:ObjectSpace.each_object finds an object stored in an array | ||
fails:ObjectSpace.each_object finds an object stored in a hash key | ||
fails:ObjectSpace.each_object finds an object stored in a hash value | ||
fails:ObjectSpace.each_object finds an object stored in an instance variable | ||
fails:ObjectSpace.each_object finds an object stored in a thread local | ||
fails:ObjectSpace.each_object finds an object stored in a fiber local | ||
fails:ObjectSpace.each_object finds an object captured in an at_exit handler | ||
fails:ObjectSpace.each_object finds an object captured in finalizer |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
fails:An instance method with a default argument does not call a method with the same name as the local | ||
fails:An instance method with a default argument shadows an existing method with the same name as the local |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
fails:A lambda expression 'lambda { ... }' with an implicit block can be created | ||
fails:A lambda literal -> () { } assigns variables from parameters with circular optional argument reference shadows an existing local with the same name as the argument | ||
fails:A lambda literal -> () { } assigns variables from parameters with circular optional argument reference shadows an existing method with the same name as the argument |