Skip to content

fix: use correct shorthand for 'Running' in the scheduler#141

Merged
AlexJones0 merged 1 commit intolowRISC:masterfrom
AlexJones0:running_status_printer_shorthand
Apr 2, 2026
Merged

fix: use correct shorthand for 'Running' in the scheduler#141
AlexJones0 merged 1 commit intolowRISC:masterfrom
AlexJones0:running_status_printer_shorthand

Conversation

@AlexJones0
Copy link
Copy Markdown
Contributor

@AlexJones0 AlexJones0 commented Apr 2, 2026

Fix a minor bug introduced by #129 (specifically 6225898), where the "Dispatched" job status was renamed to "Running". When I made this change, I remembered to replace the status header, but forgot to replace the hard-coded shorthand in the status bar messages in the core scheduler logic, because I later rewrote the scheduler / status bars to automatically derive these messages from the shorthand, and did not realize this issue would occur when merging the changes in stages.

This will be addressed by the new async status printers (#137), but should still be fixed in the scheduler in the meantime to prevent any confusion.

Closes #140.

When the 'DISPATCHED' status name was changed to 'RUNNING', I remembered
to replace the status header, but forgot to replace the hardcoded
shorthand in the status bar messages in the core scheduler logic. This
will be addressed by the new async status printers, but should also be
fixed in the scheduler in the meantime to prevent confusion.

Signed-off-by: Alex Jones <alex.jones@lowrisc.org>
@AlexJones0 AlexJones0 added this pull request to the merge queue Apr 2, 2026
Merged via the queue into lowRISC:master with commit 3a3927d Apr 2, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Running/Dispatched status name shorthand mismatch in the status printer

2 participants