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: 8a4f5a4cd1de
Choose a base ref
...
head repository: opal/opal
compare: 793532645304
Choose a head ref
  • 18 commits
  • 17 files changed
  • 4 contributors

Commits on Dec 18, 2017

  1. Update the changelog after the 0.11 release

    [skip ci]
    elia committed Dec 18, 2017
    Configuration menu
    Copy the full SHA
    68f4c19 View commit details
    Browse the repository at this point in the history
  2. Typo

    elia committed Dec 18, 2017
    Configuration menu
    Copy the full SHA
    b9563ec View commit details
    Browse the repository at this point in the history
  3. Indentation

    elia committed Dec 18, 2017
    Configuration menu
    Copy the full SHA
    1268aa1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    375f326 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0024b95 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eba7ff2 View commit details
    Browse the repository at this point in the history
  7. Improve benchmark reporting

    - Added column delimiters
    - Added deviation from the base as percent
    - Random execution order
    elia committed Dec 18, 2017
    Configuration menu
    Copy the full SHA
    0d2f67e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9b21c7d View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2017

  1. Configuration menu
    Copy the full SHA
    3e0798a View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2018

  1. Provide a dummy location for virtual ast nodes

    This is useful to let the comment associator do its job and be able to
    traverse nodes generated by rewriters.
    elia committed Jun 2, 2018
    Configuration menu
    Copy the full SHA
    910f06d View commit details
    Browse the repository at this point in the history
  2. Extract the inner rack app from CLI server runner

    …to its own class.
    elia committed Jun 2, 2018
    Configuration menu
    Copy the full SHA
    4316012 View commit details
    Browse the repository at this point in the history
  3. Allow CLI server runner to serve static files /2

    Fixup Rack::Server usage.
    elia committed Jun 2, 2018
    Configuration menu
    Copy the full SHA
    dbd3bd9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ccc2f28 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b88fd44 View commit details
    Browse the repository at this point in the history
  6. Close parentheses in error message

    Selfish reasons for doing this, tbh — my script mentioned in #1734 can't parse JS functions correctly without this change because it thinks it's still inside a parenthetical expression — it doesn't know about strings. :-) Adding a closing parenthesis here fixes it.
    jgaskins authored and elia committed Jun 2, 2018
    1 Configuration menu
    Copy the full SHA
    6cb9c7c View commit details
    Browse the repository at this point in the history
  7. Ignore node_modules in Code Climate

    ggrossetie authored and elia committed Jun 2, 2018
    Configuration menu
    Copy the full SHA
    5e8ae8a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0648c18 View commit details
    Browse the repository at this point in the history
  9. fix: typo

    Matrixbirds authored and elia committed Jun 2, 2018
    Configuration menu
    Copy the full SHA
    7935326 View commit details
    Browse the repository at this point in the history