Hi gophers!
I would like to announce v1.1 of go-mutesting https://github.com/zimmski/go-mutesting/releases/tag/v1.1 Changes from 1.0 to 1.1 - Mutator for the comparison operators “<”, “<=”, “>” and “>=” to catch off-by-one problems - Complete blacklist of reserved and built-in keywords that should not be used as identifiers (reduces invalid mutations) - Metric for how many duplicated mutations were generated - Switched to go/loader for type checking entire packages (reduces invalid mutations) - Ignore mutations that cannot be compiled (reduces invalid mutations) - Skipped mutations now count towards the total mutation counter and not the duplicated counter - Support Go 1.10 and 1.11 and drop support for Go < 1.10 - Support MacOSX As always, I appreciate any suggestions and comments. Also, if you are looking for a project to improve your Go skills, you can find some really nice additions in the project’s tracker https://github.com/zimmski/go-mutesting/issues I am happy to help if you need any guidance. Cheers, Markus -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
