mbox series

[0/2] support/scripts/pkg-stats: fix row/column ordering issues

Message ID 20220728021444.135820-1-sen@phobosdpl.com
Headers show
Series support/scripts/pkg-stats: fix row/column ordering issues | expand

Message

Sen Hastings July 28, 2022, 2:14 a.m. UTC
This patchset is essentially a revision of [3/4] and republishing of [2/4]
from the previous patchset, but is published as a new patchset.

This is because I'm not sure whether you are supposed to rev patches that
have already been committed.

Sen Hastings (2):
  support/scripts/pkg-stats: fix rows with duplicate package class names
  support/scripts/pkg-stats: fixed sortGrid() performance

 support/scripts/pkg-stats | 169 ++++++++++++++++++++------------------
 1 file changed, 91 insertions(+), 78 deletions(-)

Comments

Thomas Petazzoni July 28, 2022, 7:30 a.m. UTC | #1
Hello Sen,

On Wed, 27 Jul 2022 21:14:42 -0500
Sen Hastings <sen@phobosdpl.com> wrote:

> This is because I'm not sure whether you are supposed to rev patches that
> have already been committed.

Nope, you are expected to do exactly what you did: rebase your
remaining contributions on the latest master, so that you resend only
the remaining of the work that has not been merged so far.

> Sen Hastings (2):
>   support/scripts/pkg-stats: fix rows with duplicate package class names
>   support/scripts/pkg-stats: fixed sortGrid() performance

Both applied, thanks a lot for the quick turnaround!

Thomas