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: rubinius/rubinius
base: 89d0756c1906
Choose a base ref
...
head repository: rubinius/rubinius
compare: 8300291492a5
Choose a head ref
  • 4 commits
  • 3 files changed
  • 1 contributor

Commits on Nov 13, 2014

  1. Configuration menu
    Copy the full SHA
    7107475 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2b2aeb View commit details
    Browse the repository at this point in the history
  3. Added new Marshal.load specs for objects with user-defined _dumps

    These specs were added after rbx's Marshal broke in an app that had
    defined its own _dump and _load methods upon an object -- see
    UserDefinedImmediate in marshal/fixtures/marshal_data.rb.
    sshao committed Nov 13, 2014
    Configuration menu
    Copy the full SHA
    77f88ae View commit details
    Browse the repository at this point in the history
  4. Fix Marshal for objects whose _dump returns an immediate.

    specs and context behind this change: 77f88ae
    sshao committed Nov 13, 2014
    Configuration menu
    Copy the full SHA
    8300291 View commit details
    Browse the repository at this point in the history