8000 Comparing 0.29.0...0.29.1 · infection/infection · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: infection/infection
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.29.0
Choose a base ref
...
head repository: infection/infection
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.29.1
Choose a head ref
  • 1 commit
  • 5 files changed
  • 1 contributor

Commits on Jun 1, 2024

  1. Fix usage of custom mutator with bootstrap file (#1973)

    On Infection Playground, we don't use composer to load files in PSR-4 format, we use custom very simple PSR-4 compliant autoloader, which is configured to be used in `infection.json5` in `bootstrap` setting.
    
    In `master` branch, Infection tries to `resolveMutators()` **before** loading bootstrap files, thus failing finding custom mutator.
    
    In order to prepare configuration, where custom mutators are resolved, we need to load (`require_once`) custom bootstrap file before mutators are resolved.
    
    This fixes the bug and allows Playground to use custom mutators.
    maks-rafalko authored Jun 1, 2024
    Configuration menu
    Copy the full SHA
    9468799 View commit details
    Browse the repository at this point in the history
Loading
0