Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use a more portable way to check if code is parseable #1032

Merged
merged 2 commits into from
Jul 29, 2023

Commits on Jul 28, 2023

  1. Use a more portable way to check if code is parseable

    * The same as used in irb: https://github.com/ruby/irb/pull/134/files
    * This works on all Ruby implementations, unlike `return` in BEGIN which
      can be quite difficult to support.
    eregon committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    4f2be1b View commit details
    Browse the repository at this point in the history
  2. Re-add truffleruby-head in CI

    * This reverts commit 5db4767.
    eregon committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    9791cf7 View commit details
    Browse the repository at this point in the history