Raynes / fs

File system utilities for Clojure.
453 stars 119 forks source link

Fix infinite-loop in temp-dir #63

Closed tchagnon closed 10 years ago

tchagnon commented 10 years ago

For https://github.com/Raynes/fs/issues/62

Also, while testing, I noticed that (temp-file "foo") will throw an IOException from .createNewFIle instead of returning nil as advertised in the docstring.

Raynes commented 10 years ago

Looks great! Thanks for the catch and the pull request. Solid open source exchange just happened right here folks!

:beers: