Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rubinius/rubinius
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 92869ebdf1c6
Choose a base ref
...
head repository: rubinius/rubinius
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a2ead5a40cf6
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Mar 8, 2015

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    22602d6 View commit details
  2. Copy the full SHA
    c985cd5 View commit details
  3. Merge pull request #3349 from jsyeo/update-tags

    Update tags
    Yorick Peterse committed Mar 8, 2015
    Copy the full SHA
    a2ead5a View commit details
Showing with 4 additions and 4 deletions.
  1. +2 −2 spec/tags/ruby/core/enumerable/slice_after_tags.txt
  2. +2 −2 spec/tags/ruby/core/enumerable/slice_when_tags.txt
4 changes: 2 additions & 2 deletions spec/tags/ruby/core/enumerable/slice_after_tags.txt
Original file line number Diff line number Diff line change
@@ -2,5 +2,5 @@ fails:Enumerable#slice_after when given an argument and no block calls === on th
fails:Enumerable#slice_after when given an argument and no block doesn't yield an empty array if the filter matches the first entry or the last entry
fails:Enumerable#slice_after when given an argument and no block uses standard boolean as a test
fails:Enumerable#slice_after when given a block and no argument calls the block to determine when to yield
fails:Enumerable#slice_after when given a block and an argument raises an Argument error
fails:Enumerable#slice_after raises an Argument error when given an incorrect number of arguments
fails:Enumerable#slice_after raises an ArgumentError when given an incorrect number of arguments
fails:Enumerable#slice_after when given a block and an argument raises an ArgumentError
4 changes: 2 additions & 2 deletions spec/tags/ruby/core/enumerable/slice_when_tags.txt
Original file line number Diff line number Diff line change
@@ -1,4 +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 the length of the receiver enumerable minus one times
fails:Enumerable#slice_when when not given a block raises an Argument error
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