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

Remove dynamic invocation #205

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

Commits on Jan 5, 2023

  1. Remove dynamic invocation

    Since the matchers are using FeatureMatcher, the typedMatches method receives a typed object instead of dynamic
    rrousselGit committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    d0e1317 View commit details
    Browse the repository at this point in the history
  2. Update num matchers

    rrousselGit committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    2fa0d2e View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Configuration menu
    Copy the full SHA
    3ce0574 View commit details
    Browse the repository at this point in the history
  2. Enable lint avoid_dynamic_calls

    Fix more cases, and ignore the intentional dynamic calls.
    Add changelog
    natebosch committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    df9e5af View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Configuration menu
    Copy the full SHA
    7fd4375 View commit details
    Browse the repository at this point in the history
  2. Change in type check output

    natebosch committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    f277c91 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Configuration menu
    Copy the full SHA
    7823bb2 View commit details
    Browse the repository at this point in the history
  2. Move changelog entry

    natebosch committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    dd59642 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Retain a check against Function

    The refactoring started rejecting generic functions, a `Function<T>()`
    is not a subtype of a `Function()`.
    natebosch committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    b362392 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fa085a View commit details
    Browse the repository at this point in the history