Project

General

Profile

Actions

Bug #21204

open

logging panel needs to use a stable sort

Added by Peter Amstutz 11 days ago. Updated 1 day ago.

Status:
New
Priority:
Normal
Assigned To:
Category:
Workbench2
Start date:
Due date:
% Done:

0%

Estimated time:
(Total: 0.00 h)
Story points:
-

Description

The logging panel sorts by timestamp, but this has the effect that lines with the same timestamp get sorted together in a way that messes up the original order.

This needs to

a) only sort by timestamp and not the rest of the line
b) use a stable sort (i.e. one that doesn't modify the original ordering for equivalent lines)

Because we're merging logs that are already in order, we don't need to sort at all, we just need to perform a merge that takes the next earliest line from each source.


Subtasks 1 (1 open0 closed)

Task #21241: ReviewNewPeter Amstutz

Actions
Actions #1

Updated by Peter Amstutz 11 days ago

  • Description updated (diff)
Actions #2

Updated by Peter Amstutz 10 days ago

  • Assigned To set to Stephen Smith
Actions #3

Updated by Peter Amstutz 3 days ago

  • Target version changed from Development 2023-11-29 sprint to Development 2024-01-03 sprint
Actions

Also available in: Atom PDF