hexpm / hex

Package manager for the Erlang ecosystem.
https://hex.pm
974 stars 187 forks source link

hex.outdated displays different "Up-to-date" for the same package #784

Closed wojtekmach closed 4 years ago

wojtekmach commented 4 years ago

When displaying all packages it says "No"

image

But when displaying a single package it says "Yes"

image

While at it, we should merge "Up-to-date" and "Update possible" columns into one with the possible values: "Up-to-date", "Update possible", "Update not possible", here's how it could look like:

image

Maybe instead of green "Up-to-date" we should have green "Yes" though.

wdyt @ericmj @supersimple?

ericmj commented 4 years ago

The copy explains the weird behavior: "Up-to-date indicates if the requirement matches the latest version." "Up-to-date" should be "Update possible".

Your suggestion of changing to "Up-to-date", "Update possible", "Update not possible" sounds like a good change we should make for both mix hex.outdated and mix hex.outdated APP.