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

Commits on Oct 18, 2017

  1. Exclude test using RubyVM. #4823

    headius committed Oct 18, 2017
    Copy the full SHA
    45002c6 View commit details
  2. Copy the full SHA
    1d0f92e View commit details
  3. Copy the full SHA
    7d34d32 View commit details
  4. Copy the full SHA
    3a85c3a View commit details
  5. Copy the full SHA
    822a0b5 View commit details
  6. Copy the full SHA
    b6beec1 View commit details
  7. [2.4] Fixes for Numeric recursion guard logic in ec800e6.

    * coerceBin should not recursion check
    * RubyFixnum's old override of quo is deleted
    
    For #4293.
    headius committed Oct 18, 2017
    Copy the full SHA
    cff8fa4 View commit details
  8. Copy the full SHA
    0801ffb View commit details
  9. Coverage changes for 2.4. #4293

    headius committed Oct 18, 2017
    Copy the full SHA
    b065caf View commit details
  10. Copy the full SHA
    6f04a07 View commit details
  11. Fixes related to jcodings UTF-8 length updates.

    * Update jcodings to get typo fix (failed to recognize highest
      upper bound).
    * Fix some locations using jcodings without error checking.
    * Modify one place that consumers expect to raise errors until it
      can be updated for return codes (StringSupport.codeLength).
    
    This should fix recent regressions, but we may see new errors pop
    up in places that are not checking these return codes, if I missed
    them in my audit.
    
    Jcodings is moving toward error codes for at least the methods
    with MRI equivalents, so EncodingException will soon be defunct
    (or replaced by something equivalent in JRuby proper).
    headius committed Oct 18, 2017
    Copy the full SHA
    14d32d1 View commit details
Loading