Skip to content

Bump mutant from 0.10.12 to 0.10.24 - #17

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jan 1, 2021

Copy link
Copy Markdown

Bumps mutant from 0.10.12 to 0.10.24.

Changelog

Sourced from mutant's changelog.

v0.10.24 2021-01-01

v0.10.23 2020-12-30

  • #1179

    • Remove unuseful kwarg mutations.
    • Remove argument promotion on kwarg mutations. These yield AST that when unparsed have invalid syntax.

v0.10.22 2020-12-26

  • #1178

    • Add ruby-3.0 syntax and mutation support.

v0.10.21 2020-12-23

  • #1174

    • Add mutation from #any? to #all? and vice versa.
  • #1069

    • Add GIL scaling and memory optimization via intermediary sub-processes. This architecture improves mutant performance slightly on the average (incremental) case but has a significant increase for longer coverage runs. Mostly this process model reduces the friction from forking from an ever growing main process. Also it reduces the chance of GC amplification, while enabling future optimizations in the area.

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.

... (truncated)

Commits
  • 44c23ea Merge pull request #1185 from mbj/fix/cli-subject-overwrite
  • 1b7d116 Fix CLI provided subject expressions to overwrite config file
  • 6d982a1 Merge pull request #1184 from mbj/remove/warning-capture
  • b196917 Remove warning capture
  • 9766ff8 Merge pull request #1176 from mbj/add/matcher-config
  • cbe30c2 Remove abstract_type usage in Mutant::Expression
  • b069361 Change version to 0.10.24
  • 18313e2 Add matcher config in configuration file
  • 5a7c8f2 Merge pull request #1166 from mbj/restore-regexp-mutations
  • a848e48 Reintroduce Regexp mutations
  • 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.24.
- [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.24)

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

dependabot Bot commented on behalf of github Jan 4, 2021

Copy link
Copy Markdown
Author

Superseded by #18.

@dependabot dependabot Bot closed this Jan 4, 2021
@dependabot
dependabot Bot deleted the dependabot/bundler/mutant-0.10.24 branch January 4, 2021 08: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