Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Clojure dependencies from being counted as outdated #29

Closed

Conversation

danielcompton
Copy link

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

Fixes #28

NB: I wasn't sure how to run or test this app, so it will need some testing before going in.

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

Fixes hashobject#28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant