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: opal/opal
base: 247a05c02237^
Choose a base ref
...
head repository: opal/opal
compare: ebb96c59e45c
Choose a head ref
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Nov 3, 2018

  1. Fix Kernel#exit check on numbers

    `.$$is_numeric` was renamed to `.$$is_number` some time ago.
    Added a spec for all supported values.
    elia committed Nov 3, 2018
    Configuration menu
    Copy the full SHA
    247a05c View commit details
    Browse the repository at this point in the history
  2. Try to coerce Kernel#exit status to int

    Before any non boolean, non numeric object was treated as zero.
    elia committed Nov 3, 2018
    Configuration menu
    Copy the full SHA
    1462f01 View commit details
    Browse the repository at this point in the history
  3. Let bin/opal load bundler/setup

    elia committed Nov 3, 2018
    Configuration menu
    Copy the full SHA
    ebb96c5 View commit details
    Browse the repository at this point in the history