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

Remove integer literal negation mutation #1218

Merged
merged 1 commit into from
Feb 6, 2021

Conversation

dgollahon
Copy link
Collaborator

  • Removes mutations of the form of 1 -> -1. These are unlikely to yield alive mutations and sometimes lead to frustrating, equivalent mutations.

- Removes mutations of the form of `1` -> `-1`. These are unlikely to yield alive mutations and sometimes lead to frustrating, equivalent mutations.
@dgollahon dgollahon force-pushed the remove-integer-literal-negation-mutations branch from 371b86d to 0836702 Compare February 6, 2021 04:00
@dgollahon
Copy link
Collaborator Author

See this discussion on Discord.

@dgollahon
Copy link
Collaborator Author

@mbj Should we also consider removing negation for floats?

@mbj mbj self-requested a review February 6, 2021 04:28
@mbj mbj self-assigned this Feb 6, 2021
@mbj
Copy link
Owner

mbj commented Feb 6, 2021

@mbj Should we also consider removing negation for floats?

yeah, lets followup.

@mbj mbj merged commit f93ab7a into master Feb 6, 2021
@mbj mbj deleted the remove-integer-literal-negation-mutations branch February 6, 2021 04:28
dgollahon added a commit that referenced this pull request Feb 6, 2021
dgollahon added a commit that referenced this pull request Feb 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants