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
base: ba51ba030b63
Choose a base ref
...
head repository: jruby/jruby
compare: ab39d3f940b6
Choose a head ref
  • 6 commits
  • 5 files changed
  • 1 contributor

Commits on Dec 12, 2016

  1. Copy the full SHA
    35af266 View commit details
    Browse the repository at this point in the history
  2. Revert "Correct Random#rand(Bignum) spec - it always returns a Bignum"

    * This reverts commit 4de52ed.
    * This is incorrect in 2.4 and an implementation detail on older rubies.
    eregon committed Dec 12, 2016
    Copy the full SHA
    36ab32a View commit details
    Browse the repository at this point in the history
  3. Fix Random#rand spec with a Bignum

    * Make sure the results are in Bignum-range:
      it was generating numbers between 0 and 2**63-1.
    eregon committed Dec 12, 2016
    Copy the full SHA
    1d204fa View commit details
    Browse the repository at this point in the history
  4. Revert "[Truffle] Add a standard compliant Bignum#coerce"

    * This reverts commit 0b25c82.
    * Avoid breaking important assumptions and ease the transition to 2.4.
    eregon committed Dec 12, 2016
    Copy the full SHA
    5008f6b View commit details
    Browse the repository at this point in the history
  5. Revert "[Truffle] Random#rand with a Bignum limit always returns a Bi…

    …gnum."
    
    * This reverts commit 4ffc2a0.
    * Not needed hack and counter-productive for 2.4.
    eregon committed Dec 12, 2016
    Copy the full SHA
    8995fa8 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    ab39d3f View commit details
    Browse the repository at this point in the history