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

Choose subjects based on an AST diff when using --since #1337

Open
dgollahon opened this issue Jun 17, 2022 · 2 comments
Open

Choose subjects based on an AST diff when using --since #1337

dgollahon opened this issue Jun 17, 2022 · 2 comments

Comments

@dgollahon
Copy link
Sponsor Collaborator

The --since behavior is great but it has a few rough edges. One of those is that trivial formatting changes (a far-reaching rubocop style change) can trigger a massive amount of mutations. Additionally, there are some issues where changing adjacent lines triggers unchanged subjects.

@dgollahon dgollahon changed the title Choose subjects based on an AST diff Choose subjects based on an AST diff when using --since Jun 17, 2022
@mbj
Copy link
Owner

mbj commented Jun 17, 2022

Yes so far mutant does a concrete syntax diff, but it should do an AST diff.

@dgollahon
Copy link
Sponsor Collaborator Author

@mbj bumping this issue since it has been a recent pain point for us.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants