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

Exclude stubbed classes from subclasses after teardown #1570

Closed
wants to merge 21 commits into from

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    62580be View commit details
    Browse the repository at this point in the history
  2. require weakref

    GCorbel committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    d3f54fd View commit details
    Browse the repository at this point in the history
  3. Add a spec

    GCorbel committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    efd11e7 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Handle ref error

    GCorbel committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    57cc8e9 View commit details
    Browse the repository at this point in the history
  2. minor changes

    GCorbel committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    4068c21 View commit details
    Browse the repository at this point in the history
  3. fix specs

    GCorbel committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    6dc7dc7 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. add the patch behind a flag

    GCorbel committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    dc02871 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3caeab View commit details
    Browse the repository at this point in the history
  3. cleanup

    GCorbel committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    3007ee7 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

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

Commits on Mar 4, 2024

  1. fix

    GCorbel committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    70b4503 View commit details
    Browse the repository at this point in the history
  2. fix for Ruby 2.4 and oldest

    GCorbel committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    f4a1886 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. disable a rubocop warning

    GCorbel committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    275c69d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18683bf View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

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

Commits on Mar 26, 2024

  1. apply comments

    GCorbel committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    c3b17ce View commit details
    Browse the repository at this point in the history
  2. minor change

    GCorbel committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    43ce7c7 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. refactor

    GCorbel committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    45eb65f View commit details
    Browse the repository at this point in the history
  2. fix rubocop issues

    GCorbel committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    093f2ed View commit details
    Browse the repository at this point in the history
  3. always match subclasses

    GCorbel committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    1da3cfa View commit details
    Browse the repository at this point in the history
  4. remove a rule disabled

    GCorbel committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    04a59f1 View commit details
    Browse the repository at this point in the history