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

Add matcher config in configuration file #1176

Merged
merged 3 commits into from
Jan 1, 2021
Merged

Add matcher config in configuration file #1176

merged 3 commits into from
Jan 1, 2021

Commits on Jan 1, 2021

  1. Configuration menu
    Copy the full SHA
    18313e2 View commit details
    Browse the repository at this point in the history
  2. Change version to 0.10.24

    mbj committed Jan 1, 2021
    Configuration menu
    Copy the full SHA
    b069361 View commit details
    Browse the repository at this point in the history
  3. Remove abstract_type usage in Mutant::Expression

    * This class needs to traverse the process tree often, hence it tries to
      minimize its `marshal` representation.
    * For that reason we do not even use `adamantium` to avoid the memory.
    * A custom self freeze `.new` method was added instead.
    * That clashes with the one `abstract_type` installs before the
      re-definition of `.new`. Turning `abstract_type` semantics unobservable.
    * Removing abstract type for this class is the local optimum for the
      moment.
    mbj committed Jan 1, 2021
    Configuration menu
    Copy the full SHA
    cbe30c2 View commit details
    Browse the repository at this point in the history