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

Update squat logic to address bugs. #400

Merged
merged 1 commit into from
Feb 22, 2023
Merged

Update squat logic to address bugs. #400

merged 1 commit into from
Feb 22, 2023

Commits on Feb 21, 2023

  1. Remove SeparatorRemovedMutator from the list of BaseMutators as it wa…

    …s causing problems and usually doesn't catch squats. Squats that would be caught by it are also caught by the prefix or suffix mutator.
    
    Overrode the SeparatorChangedMutator for PyPi as PyPi considers - and _ to be the same character. So just removed _ from the list.
    Fixed issues with the DuplicatorMutator that was giving the original name back as a mutated one.
    Julian Pinzer authored and Julian Pinzer committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    7e9ac6b View commit details
    Browse the repository at this point in the history