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: 49cb6c7f4e8d
Choose a base ref
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 40dedbe18b7a
Choose a head ref

Commits on Feb 29, 2016

  1. Copy the full SHA
    45e860c View commit details
  2. Copy the full SHA
    b47bc93 View commit details
  3. Fixes another issue with yard where it expects a bom to be prefixed t…

    …o a kw as part of the value. MRI does this and we are just following the same somewhat broken behavior (see FIXME in commit for more details)
    enebo committed Feb 29, 2016
    Copy the full SHA
    70e7046 View commit details
  4. Copy the full SHA
    a24830b View commit details
  5. Copy the full SHA
    dfee824 View commit details
  6. Copy the full SHA
    fa59ae9 View commit details
  7. Copy the full SHA
    0f32042 View commit details
  8. Copy the full SHA
    6216462 View commit details
  9. Copy the full SHA
    22a1d60 View commit details
  10. Copy the full SHA
    6b8e98b View commit details
  11. Copy the full SHA
    bcfee12 View commit details
  12. Copy the full SHA
    6cc96c1 View commit details
  13. Clean up the entire spec temp dir when finished with mock dirs.

    The mock dirs are created with mkdir_p, so they'll create the spec
    temp dir if it doesn't already exist. However, it does so after
    changing the umask to 0, which affects the permissions on the spec
    temp dir. The spec temp dir is normally not recreated if it already
    exists, so these atypical permissions persist after any test using
    the mock dirs is finished. The safest thing to do is delete the
    entire spec temp dir, since the next spec requiring it will cause
    it to be recreated, but this time with the corrected umask.
    nirvdrum committed Feb 29, 2016
    2
    Copy the full SHA
    789e2b1 View commit details
  14. Copy the full SHA
    0e25db2 View commit details
  15. Copy the full SHA
    e283630 View commit details

Commits on Mar 1, 2016

  1. Copy the full SHA
    9efa581 View commit details
  2. Copy the full SHA
    9f02ddc View commit details
  3. Copy the full SHA
    bbb8800 View commit details
  4. Copy the full SHA
    bbb954a View commit details
  5. Copy the full SHA
    79d46ac View commit details
  6. Copy the full SHA
    34a5762 View commit details
  7. Copy the full SHA
    0bdcb5f View commit details
  8. Copy the full SHA
    e298db7 View commit details
  9. Copy the full SHA
    4630fea View commit details
  10. [Truffle] add error messages

    pitr-ch committed Mar 1, 2016
    Copy the full SHA
    a264e15 View commit details
  11. 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
  12. Copy the full SHA
    d64a2da View commit details
  13. Copy the full SHA
    bda5bf9 View commit details
  14. [Truffle] Call #singleton_method_added when adding a method to a sing…

    …leton class.
    
    * All singleton classes know their only instance now.
    eregon committed Mar 1, 2016
    Copy the full SHA
    9bda28a View commit details
  15. Copy the full SHA
    ad317a3 View commit details
  16. Copy the full SHA
    c042cf7 View commit details
  17. Copy the full SHA
    623787b View commit details
  18. Copy the full SHA
    fe2577b View commit details
  19. Copy the full SHA
    5e42734 View commit details
  20. Copy the full SHA
    61b4382 View commit details
  21. Copy the full SHA
    c655a91 View commit details
  22. Copy the full SHA
    041c973 View commit details
  23. Copy the full SHA
    9a52010 View commit details
  24. Copy the full SHA
    cf60c36 View commit details
  25. Copy the full SHA
    72fa5ae View commit details
  26. Copy the full SHA
    293a3df View commit details
  27. Copy the full SHA
    574b24a View commit details
  28. Copy the full SHA
    f0eb1e4 View commit details
  29. 3
    Copy the full SHA
    997e219 View commit details
  30. Copy the full SHA
    c53273f View commit details
  31. Copy the full SHA
    29f0b5c View commit details
  32. Copy the full SHA
    944da5d View commit details
  33. 2
    Copy the full SHA
    566807e View commit details
  34. Copy the full SHA
    ccec8a8 View commit details
  35. Merge pull request #3691 from pitr-ch/rails

    [Truffle] Add Rails app integration test
    Petr Chalupa committed Mar 1, 2016
    Copy the full SHA
    937d51f View commit details
Loading