List plugins ordered by version

Description

Incredibly minor point, but when listing the plugins using the ‘full-list’ option, the output is not ordered by version number. It may be easier to parse if it was, e.g. for the OP:

./plugin.sh -fl

Environment

None

Activity

Philip Smart May 19, 2023 at 1:24 PM

Looks good to me!

Rod Widdowson May 19, 2023 at 1:23 PM

Fortunately the VersionInfo already implements Comparable so it was just a matter of a small restructure and to throw in a list.sort(null).

Rod Widdowson May 19, 2023 at 1:22 PM

Before (on V5)

Now

Done

Details

Assignee

Reporter

Fix versions

Created May 15, 2023 at 4:45 PM
Updated May 19, 2023 at 1:24 PM
Resolved May 19, 2023 at 1:23 PM