Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Stable group by function task.urgency order #3392

Merged
merged 6 commits into from
Mar 24, 2025

Conversation

claremacrae
Copy link
Collaborator

Types of changes

Changes visible to users:

Internal changes:

  • Tests (prefix: test - additions and improvements to unit tests and the smoke tests)

Description

If custom group labels are floating point numbers, round them to a fixed 5 decimal places, to prevent observed problems of the sort order appearing random, if floating point group labels have different numbers of decimal places.

Motivation and Context

Fix #3371:

How has this been tested?

  • New tests
  • Exploratory testing

Screenshots (if appropriate)

Checklist

Terms

@claremacrae claremacrae added the scope: urgency Calculating the urgency score label Mar 24, 2025
@claremacrae claremacrae changed the title fix: prevent confusing order of group by function task.urgency fix: Stable group by function task.urgency order Mar 24, 2025
@claremacrae claremacrae merged commit 4f4eb76 into main Mar 24, 2025
4 checks passed
@claremacrae claremacrae deleted the prevent-floating-point-groupnames branch March 24, 2025 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope: urgency Calculating the urgency score
Projects
None yet
Development

Successfully merging this pull request may close these issues.

order of groups, when grouping by "function task.urgency" without specifying precision, is confusing
1 participant