weavejester / ns-tracker

Library to keep track of changes to Clojure source files
Eclipse Public License 1.0
114 stars 20 forks source link

Use a map with file modified times instead of fixed system time #6

Closed CmdrDats closed 12 years ago

CmdrDats commented 12 years ago

Instead of comparing all file modification dates against a fixed time, a map is kept to determine which have changed. Fixes #3.