Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mutated code does not compile (=!=) #1588

Open
eirikm opened this issue Jun 17, 2024 · 0 comments
Open

Mutated code does not compile (=!=) #1588

eirikm opened this issue Jun 17, 2024 · 0 comments

Comments

@eirikm
Copy link

eirikm commented Jun 17, 2024

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant