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: bc9600ca1c2d^
Choose a base ref
...
head repository: opal/opal
compare: b856a7ef111b
Choose a head ref
  • 6 commits
  • 15 files changed
  • 1 contributor

Commits on Apr 16, 2018

  1. Remove dependency on yard

    elia committed Apr 16, 2018
    Copy the full SHA
    bc9600c View commit details
    Browse the repository at this point in the history
  2. Reorganize Opal errors

    - have a common ancestor
    - avoid stdlib ruby errors
    - let rewriters raise known errors
    - let rewriters retain current node for errors and location
    elia committed Apr 16, 2018
    Copy the full SHA
    3707915 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    9c4455c View commit details
    Browse the repository at this point in the history
  4. Use the full filename during compilation

    This should result in better error reporting.
    elia committed Apr 16, 2018
    Copy the full SHA
    478293f View commit details
    Browse the repository at this point in the history
  5. Add the source file to the error backtrace

    Instead of using the file as the only backtrace item.
    elia committed Apr 16, 2018
    Copy the full SHA
    143340e View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    b856a7e View commit details
    Browse the repository at this point in the history