You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clojure and ClojureScript are special dependencies, in that the user is always going to be providing their own version which will override the ones in the project.clj. It is good for projects to maintain backwards compatibility with older versions of Clojure, so they shouldn't be penalised for it, in whatever small way a badge showing outdated dependencies counts as a penalty :)
The text was updated successfully, but these errors were encountered:
Remove Clojure dependencies before counting stats on whether they are up
to date or not.
There are lots of reasons why a project doesn't have the latest Clojure
version, and there is nothing particularly wrong with that dep being out
of date, as a user's own Clojure will take precedence over the one in
the dep.
- Update Clojure to 1.8
- Add sift function to simplify the stats calculation code
Fixeshashobject#28
Clojure and ClojureScript are special dependencies, in that the user is always going to be providing their own version which will override the ones in the
project.clj
. It is good for projects to maintain backwards compatibility with older versions of Clojure, so they shouldn't be penalised for it, in whatever small way a badge showing outdated dependencies counts as a penalty :)The text was updated successfully, but these errors were encountered: