Skip to content

Bump mutant from 0.10.12 to 0.10.20 - #11

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/bundler/mutant-0.10.20
Closed

Bump mutant from 0.10.12 to 0.10.20#11
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/bundler/mutant-0.10.20

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Dec 17, 2020

Copy link
Copy Markdown

Bumps mutant from 0.10.12 to 0.10.20.

Changelog

Sourced from mutant's changelog.

v0.10.20 2020-12-16

#1159 #1160

  • Substantially improve performance on coverage attempts that involve many selected tests.
  • Reduce (but not eliminate) performance degeneration on larger subject sets.
  • This release for many average cases should get 2x the performance.

v0.10.19 2020-12-14

  • #1158

    • Change to strict integration version bounds.
    • Mutant is evolving the integration interface, and will keep doing so.
    • Before this change integrations would declare they can work with many future mutant releases, but this is actually not the case.
  • #1155

    • Add defined?(@a) -> instance_variable_defined?(:@a) mutation.
    • Remove invalid mutations from defined? -> true.
    • Remove mutations of defined?() arguments, the defined? method is not fully evaluating the argument but instead partially evaluates the AST, or inspects the AST. Delegating to the value semantics based "generic" mutation engine does create too many hard to cover mutations.

v0.10.18 2020-12-13

  • #1151

    • Add support for unicode ruby method names.
    • Fixes long standing bug on expression parsing of method operators. This means that mutant is now selecting a more narrow / correct set of tests for operators. As a side effect measure coverage may drop. But for a good reason as mutant before would select way more tests even if a specific test for such an operator was available. Enforcing that this specific test actually covers the subject.
  • #1152

    • Fix matching non existing constants.
  • #1153

    • Improve minitest integration to also render minitest failures in reports. This is useful when reacting to noop errors.
  • #1154

... (truncated)

Commits
  • 5309cc1 Merge pull request #1159 from mbj/simplify/expression
  • bef03dd Change version to 0.10.20
  • c01ad7b Change expression details to avoid memoization
  • 2af00e3 Merge pull request #1160 from mbj/change/to-narrow-interface
  • b6b1c16 Change to narrow test integration interface
  • 9dd0e56 Merge pull request #1158 from mbj/fix/required-mutant-version
  • 18a5dba Change to version 0.10.19
  • fed97f9 Change to strict integration version bounds
  • f5db70b Merge pull request #1155 from mbj/add-ivar-defined-mutation
  • 5149900 Fix whitespace
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [mutant](https://github.com/mbj/mutant) from 0.10.12 to 0.10.20.
- [Release notes](https://github.com/mbj/mutant/releases)
- [Changelog](https://github.com/mbj/mutant/blob/master/Changelog.md)
- [Commits](mbj/mutant@v0.10.12...v0.10.20)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Dec 17, 2020
@dependabot @github

dependabot Bot commented on behalf of github Dec 23, 2020

Copy link
Copy Markdown
Author

Superseded by #12.

@dependabot dependabot Bot closed this Dec 23, 2020
@dependabot
dependabot Bot deleted the dependabot/bundler/mutant-0.10.20 branch December 23, 2020 07:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants