racket / racket-pkg-website

A frontend for the Racket Package Catalog.
Other
11 stars 16 forks source link

The `formica` package is continuously marked "recently updated" #54

Closed jackfirth closed 7 years ago

jackfirth commented 7 years ago

According to the formica github repo it hasn't been updated in 5 years, but the package catalog entry seems to think it's being updated every night.

jeapostrophe commented 7 years ago

The package has an error, so the server tries to update it in case things are now fixed (i.e. the error was transient on the side of the server, like losing the network connection) and the "updated recently" really means "The package server updated the entry" not "The checksum is different than last time."

jackfirth commented 7 years ago

That means if I sort packages by recently updated, I'll see the same dozen packages that fail to build and haven't been touched by their creators in years.

jeapostrophe commented 7 years ago

I changed it to only say it updated if the checksums are different.