bazel-contrib / bcr-ui

Website for the Bazel Central Registry
https://registry.bazel.build
Apache License 2.0
15 stars 8 forks source link

Implement version sorting according to specification #22

Closed hobofan closed 10 months ago

hobofan commented 1 year ago

An initial simple SemVer sorting was added with #21.

To have the "proper" sorting that is more robust, the sorting should need to be implemented in JS according to the spec as pointed out in the comment: https://github.com/bazel-contrib/bcr-ui/pull/21#issuecomment-1283922047

hobofan commented 10 months ago

Over time https://github.com/bazel-contrib/bcr-ui/issues/54 has evolved to encompas this, and landing https://github.com/bazel-contrib/SIG-rules-authors/issues/83 would also resolve this, so I think this issue is kind of redundant.