modulecounts icon indicating copy to clipboard operation
modulecounts copied to clipboard

Julia module count doesn't work, here's file for new count

Open PallHaraldsson opened this issue 3 years ago • 6 comments

I.e. length of this file minus 13 (lines): https://github.com/JuliaRegistries/General/blob/master/Registry.toml

I see some code, but probably not the right code to fix: https://github.com/edebill/modulecounts/blob/master/db/migrate/20190623190616_julia_pagination.rb

PallHaraldsson avatar May 15 '21 20:05 PallHaraldsson

It is also visible as a numeric value on this page: https://juliahub.com/ui/Packages

tkaitchuck avatar Jun 07 '21 18:06 tkaitchuck

It's easy to fix the module count for Julia (I might make a PR), but "0/day" is misleading as it is, as it's far from right, so if not fixing it, can it at least be dropped until the numbers are maintained.

I would like to have Julia in the list though... for awareness, I hesitate to suggest just dropping the line fully.

This is the code to get the count + 13 (only need to pipe into something to subtract 13, or do in Ruby?): $ wget -O - -q https://raw.githubusercontent.com/JuliaRegistries/General/master/Registry.toml |wc -l

PallHaraldsson avatar Oct 19 '22 12:10 PallHaraldsson

Bump.

I don't know too much Ruby or where to put the code in the Repo, but have the code to get the count:

ruby -e "output = `wget -qO- https://raw.githubusercontent.com/JuliaRegistries/General/master/Registry.toml |wc -l`
puts output - 13"

9301

PallHaraldsson avatar Apr 26 '23 13:04 PallHaraldsson

Bump. In case anyone wants to help.

We're up to 10,000 Julia packages.

PallHaraldsson avatar Sep 25 '23 13:09 PallHaraldsson

Bump. If you or anyone can't add the auto-updated number, could you add a fixed "over 10,000" for Julia?

PallHaraldsson avatar Oct 17 '23 13:10 PallHaraldsson

It would be great to add the Julia package count (and I noticed the website seems to be down at the moment).

We're up to 11035 Julia packages (thereof 9586 pure Julia, i.e. non-JLL packages; JLL packages are for binary dependencies).

PallHaraldsson avatar Jun 27 '24 21:06 PallHaraldsson