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: 169369049d04
Choose a base ref
...
head repository: jruby/jruby
compare: 64bf82244fa6
Choose a head ref
  • 4 commits
  • 4 files changed
  • 2 contributors

Commits on Nov 6, 2014

  1. Copy the full SHA
    379a5dc View commit details
    Browse the repository at this point in the history
  2. When setting SizedQueue#max=, drain the previous queue to the new res…

    …ized queue.
    
    This has the effect of preserving items in the queue, and prevents the MRI test from hanging.
    cheald committed Nov 6, 2014
    Copy the full SHA
    b03e3dc View commit details
    Browse the repository at this point in the history
  3. Support the second optional arg for Queue#push, which throws an excep…

    …tion
    
    if the queue is full.
    cheald committed Nov 6, 2014
    Copy the full SHA
    a3d2094 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2117 from cheald/queue_fixes

    Queue fixes
    enebo committed Nov 6, 2014
    Copy the full SHA
    64bf822 View commit details
    Browse the repository at this point in the history