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: hcoles/pitest
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.16.2
Choose a base ref
...
head repository: hcoles/pitest
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.16.3
Choose a head ref
  • 11 commits
  • 31 files changed
  • 2 contributors

Commits on Aug 28, 2024

  1. update for 1.16.2

    hcoles committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    54dd01a View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. identify fields with a prescan

    hcoles committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    45d9f34 View commit details
    Browse the repository at this point in the history
  2. scan for functional annotation

    hcoles committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    c0a2548 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7d9d90 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. add kotlin function types

    hcoles committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    4c86cb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    376d386 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b374736 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1345 from hcoles/feature/improved_delayed_execution

    Feature/improved delayed execution
    hcoles authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    5b8e2c1 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Auto add standard kotlin source dirs if present

    src/main/kotlin and src/test/kotlin are now auto added to the a maven project by the mojo if present.
    
    This is necessary as, for maven builds, there directories are often added at runtime by the build helper or kotlin plugins. If they
    pitest goal is run directly (as is common) these plugins will not fire and the config will be missing causing confusing failures.
    
    This replaces an earlier hack where there directories were aded at a lower level.
    hcoles committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    c7b9fa4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1347 from hcoles/feature/auto_configure_kotlin

    Auto add standard kotlin source dirs if present
    hcoles authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    8714b60 View commit details
    Browse the repository at this point in the history
  3. backwards compatibility

    hcoles committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    18c4989 View commit details
    Browse the repository at this point in the history
Loading