v2.9.2
Fixes four bugs found by rigorous bug-hunting.
// mutator-disable-regexpnow works on the last line of a file that has no trailing newline.- The
stdtarget now finds standard-library packages again (it looked in a folder removed in Go 1.4). - Coverage checks no longer pick the wrong file when two file paths share an ending, so results are the same every run.
- The
--git-diff-linesfilter has the same fix for shared file-name endings.
Each fix has a regression test. Full details in the CHANGELOG.