summaryrefslogtreecommitdiff
path: root/internal/processing/status/get_test.go
AgeCommit message (Collapse)AuthorFiles
2024-01-31Improve context descendant sorting (#2579)Libravatar Vyr Cossont1
* Improve context descendant sorting Topologically sort replies, then move self-replies to top of list * Unify descendant sort passes * Correct test package name * Preallocate maps