stryker4s icon indicating copy to clipboard operation
stryker4s copied to clipboard

Mutated code does not compile (=!=)

Open eirikm opened this issue 8 months ago • 0 comments

Summary

a === b got mutated to a =!= b

which makes the mutated code not compile.

Should have been a !== b as the documentation says (https://stryker-mutator.io/docs/mutation-testing-elements/supported-mutators/#equality-operator)

Stryker4s config

stryker4s {
  scala-dialect: "scala3"
}

Stryker4s environment

stryker4s 0.16.1

Your Environment

software version(s)
Scala version 3.4.1
Build tool & version 1.10.0
Operating System macOS Sonoma 14.2.1

eirikm avatar Jun 17 '24 16:06 eirikm