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

Make the revdeps counter more accurate of actual (recent) use #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kit-ty-kate
Copy link
Contributor

This tries to make the revdeps counter a bit more accurate. For example, currently camlp4 is still at the top of the page with 2111 revdeps. However this is not true for recent versions of the compiler (only 70 in this example).

This proposal makes it so that the counter is now valid for recent uses.

There are a few caviats to that:

  • this is slower (2 to 3 times)
  • this is even slower on opam 2.1
  • this is less accurate if what the user care about is older version of the compiler

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