astro / deadnix

Scan Nix files for dead code
GNU General Public License v3.0
447 stars 15 forks source link

edit: only write to files that have changed #33

Closed zimbatm closed 1 year ago

zimbatm commented 1 year ago

This speeds up the tool on large code bases, and avoids breaking tools that track mtimes such as make and treefmt.

astro commented 1 year ago

Thank you

zimbatm commented 1 year ago

wait, I forgot to fix the tests

zimbatm commented 1 year ago

I'll send another PR