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

Run specs in CI #250

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Run specs in CI #250

wants to merge 8 commits into from

Commits on May 23, 2024

  1. Use java_import instead of import

    import as a top-level function was removed years ago.
    headius committed May 23, 2024
    Configuration menu
    Copy the full SHA
    3f058cc View commit details
    Browse the repository at this point in the history
  2. Circular references are no longer allowed

    Probably intended to leave these as nil, but they don't handle nil
    headius committed May 23, 2024
    Configuration menu
    Copy the full SHA
    9d554f3 View commit details
    Browse the repository at this point in the history
  3. No class var access at toplevel

    Not needed here anyway
    headius committed May 23, 2024
    Configuration menu
    Copy the full SHA
    3359e75 View commit details
    Browse the repository at this point in the history
  4. ENV can't be dup'ed anymore

    headius committed May 23, 2024
    Configuration menu
    Copy the full SHA
    a598f80 View commit details
    Browse the repository at this point in the history
  5. No class vars at toplevel

    headius committed May 23, 2024
    Configuration menu
    Copy the full SHA
    e31c0f0 View commit details
    Browse the repository at this point in the history
  6. Build tweaks to get specs to start running

    Not green, but running.
    headius committed May 23, 2024
    Configuration menu
    Copy the full SHA
    784c81e View commit details
    Browse the repository at this point in the history
  7. Fixes for rspec and JRuby changes

    These were not real failures; rather they are changes in how rspec
    or JRuby works since the specs were last green.
    headius committed May 23, 2024
    Configuration menu
    Copy the full SHA
    1e9c996 View commit details
    Browse the repository at this point in the history
  8. Enable specs in CI

    headius committed May 23, 2024
    Configuration menu
    Copy the full SHA
    d110340 View commit details
    Browse the repository at this point in the history