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

Full file diff output instead of specific mutated code location #108

Open
LazarenkoA opened this issue Nov 27, 2024 · 0 comments
Open

Full file diff output instead of specific mutated code location #108

LazarenkoA opened this issue Nov 27, 2024 · 0 comments

Comments

@LazarenkoA
Copy link

Go version: go1.23.0 linux/amd64

Steps to Reproduce:

  • Install go-mutesting following the instructions in the repository's README.
  • Run the following command:
    go-mutesting ast/ast.go
  • Observe the output.

Expected Behavior:
The output should show the specific location of the code that was mutated, similar to what I saw when I first ran the tool.

Actual Behavior:
Instead of showing the mutated location, the tool outputs a diff of the entire file.
Initially, it was showing the correct specific mutations, but now it consistently outputs the whole file diff.
I haven't changed any configurations since the first successful run.
Additional Information:
No changes were made to the go-mutesting setup between the time it worked correctly and when the issue started.
I attempted re-running the tool and checked other files, but the same behavior persists.
Could you please help me investigate this issue? Any suggestions on how to restore the previous behavior or debug this?

Thank you!

ubuntu_5RzUS61maK.mp4
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