Commit b5087de
committed
Make 'order_by_priority' deterministic
There's currently no defined order for two issues with the same priority
and section tag. Depending on the implementation of std::sort, the
results can vary.
Include the issue ID in the order, to get a total order for all issues.1 parent 0e606a8 commit b5087de
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
121 | | - | |
122 | | - | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
123 | 124 | | |
124 | 125 | | |
125 | 126 | | |
| |||
0 commit comments