Radish alpha
h
rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
Radicle Heartwood Protocol & Stack
Radicle
Git
radicle: Keep pinned repos ordered in config
Merged did:key:z6Mkhjou...6fiq opened 10 months ago

Do not return them in a random order in radicle-httpd, so that we can have them in a defined order in radicle-explorer.

did:key:z6Mkhjou...6fiq opened with revision f0c87afd on base 78ba263d +1 -1 10 months ago

Do not return them in a random order in radicle-httpd, so that we can have them in a defined order in radicle-explorer.

fintohaps pushed revision 2 e33c4d5a on base 76e00a34 +177 -3 10 months ago

Changes:

  • Keep uniqueness property
lorenz rejected 9 months ago

Just making this a Vec does not cut it, as this would allow duplicates.

lorenz rejected 9 months ago

Introduces a lot of complexity, when we could just use IndexSet as remarked by Fintan on Zulip: https://radicle.zulipchat.com/#narrow/channel/383670-patches/topic/radicle.3A.20Keep.20pinned.20repos.20ordered.20in.20config/near/527191345

lorenz pushed revision 3 9bcc9f23 on base 78ba263d +12 -4 9 months ago

Use indexmap::IndexSet.

fintohaps pushed revision 4 c4af16e0 on base 1fa30e2e +12 -4 9 months ago

Rebased

fintohaps merged revision c4af16e0 at 7c4b71ab 9 months ago