technomancy / slamhound

Slamhound rips your namespace form apart and reconstructs it.
Other
473 stars 38 forks source link

Update to README, and resource leak fix #39

Closed RadicalZephyr closed 11 years ago

RadicalZephyr commented 11 years ago

The README was pointing people to an older version of slamhound, that still had a problem with truncating large files.

Also, I believe that there was a file leak going on in swap-in-reconstructed-ns-form where the PushBackReader created was never closed. This tends to work fine with a deleteOnExit file under Linux, but I know from experience that it will cause the file not to be deleted under Windows.

technomancy commented 11 years ago

Nice catch; thanks.