the order of the stack should strictly be according to the linked list. in some components, the ordering is off and is sorted by time of creation.
Monorepo for Tangled โ https://tangled.org
stack ordering can be incorrect #221
open
opened by
this bug can be seen in the wild here: https://tangled.org/@freshlybakedca.ke/patisserie/pulls/16
to fix this: apply the ordering defined in db.GetStack everywhere we refer to a stack. ideally, we would just use the GetStack helper when we need to pull up a stack, because it defines good ordering.