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: jruby/jruby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a264e1596aca
Choose a base ref
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d64a2dacca25
Choose a head ref
  • 2 commits
  • 32 files changed
  • 1 contributor

Commits on Mar 1, 2016

  1. Squashed 'spec/ruby/' changes from d9a07bf..8d632d3

    8d632d3 Fix a typo in Enumerable#grep specs
    eb9a915 Clean up the entire spec temp dir when finished with mock dirs.
    6793fc5 Add specs for constants with op assigns (2.0+ feature)
    2428acb Duplicate grep_v block specs for grep.
    f8fe203 Fix calls to close_read mistakenly copied as close_write.
    6c483a1 Remove trailing spaces
    aafde9a Setting umask seems unneeded for Dir specs
    75c3c99 Fix indent and verify better the behavior of Dir.chdir without arguments
    cafd965 Use full names in singleton_method_* fixtures to avoid confusion
    793b0f5 Improve specs of Module#method_added and BasicObject#singleton_method_added
    8c780f2 Fix namespace of BasicObject fixtures
    19b3530 Unshare BasicObject#singleton_method_{added,removed,undefined}
    7ec6446 Use ScratchPad instead of a global variable in Module#method_added spec
    55bbe8d Merge pull request #199 from wied03/master
    103e25a Test more block scenarios with super
    2e3116d Remove unnecessary version guards
    8d4cadb Prefer duplication to conditional code in specs
    bb36c64 Merge pull request #197 from nobu/Numeric#step-error
    33b90eb Numeric#step now raises TypeError
    5940ab5 Fix lower version
    dfb4e4b Merge pull request #196 from nobu/Numeric#step-error
    bad02c6 Numeric#step will not raise ArgumentError
    c559cd1 Fix location of version guard in Marshal#load
    dc20179 Merge pull request #193 from unak/patch-1
    51da767 Merge pull request #195 from iliabylich/reset-dollar-comma-gvar-back-to-nil
    ef2bd56 Reset $, global variable back to nil to prevent IO.print from breaking.
    44c6e32 taints float is 2.2 spec.
    73e1e0b Specify Array#dig with non-numeric index
    af15432 Merge pull request #191 from ruby/vais/masgn-const
    86e0894 Wrap specs for multiple assignment to constants in a VariableSpecs module
    fc1fee4 Add an example describing the behavior succinctly and a possible implementation for Fixnum#[]
    e7b8c65 Merge pull request #192 from mame/fixnum-aref-negative
    2900958 Merge pull request #190 from nobu/Symbol#match-fix
    7604cbc check if the result is a MatchData
    03f6140 Add some specs for `Fixnum#[]` when self is negative
    4f8ca98 Add specs for multiple assignment to constants
    51d46b1 New examples of Symbol#match since 2.4
    7c797ee Merge pull request #189 from nobu/Symbol#match-fix
    e450f73 Symbol#match will change at 2.4
    e5db1f0 Merge pull request #187 from alex88/patch-1
    0a9725a Add tests for Time.at with BigDecimal input
    
    git-subtree-dir: spec/ruby
    git-subtree-split: 8d632d36026879e617eae21ba913873e72a70dda
    eregon committed Mar 1, 2016
    Copy the full SHA
    af839a0 View commit details
  2. Copy the full SHA
    d64a2da View commit details
Loading