Raynes / fs

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

Fixed reflection warning using more `^File` type hints. #125

Closed JanSuran03 closed 1 year ago

JanSuran03 commented 1 year ago

Fixed reflection warnings using more ^File type hints.

Removed an unused require & changed (< 0 %) to (pos? %).

Added imports to fs.compression to the namespace declaration including their full path later in the code.

Upgraded Clojure version to 1.11.1.