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: 7d071f0cfe85
Choose a base ref
...
head repository: rubinius/rubinius
compare: 46bd531f1887
Choose a head ref
  • 2 commits
  • 60 files changed
  • 1 contributor

Commits on Mar 28, 2016

  1. Converted // slot annotation to attr_accessor.

    Instead of duplicating the slot definition with the attr_{accessor, reader,
    writer} annotation, we redefine the macros to define the slots. This works for
    all but two cases, which are exceptional, and we define attr_field to define
    the accessors without defining the slot.
    brixen committed Mar 28, 2016
    Copy the full SHA
    5d67b4a View commit details
    Browse the repository at this point in the history
  2. Revert "Finish running finalizers before halting the machine."

    This reverts commit 7d071f0.
    brixen committed Mar 28, 2016
    Copy the full SHA
    46bd531 View commit details
    Browse the repository at this point in the history