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

Update panic message in UncontrolledNondeterminismCheckScheduler to be less verbose #164

Merged
merged 1 commit into from
Oct 16, 2024

Conversation

sarsko
Copy link
Contributor

@sarsko sarsko commented Oct 16, 2024

The update to Scheduler making it take &[&Task]s instead of &[&TaskId]s, made this panic message needlessly verbose. runnables is TaskIds, and runnable_tasks is Tasks, which makes it hard to discover the difference in tasks.

Updated the panic message to make it easier to spot the difference while at it.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@sarsko sarsko force-pushed the update-panic-msg branch 2 times, most recently from 3993611 to 71bddb3 Compare October 16, 2024 01:02
@sarsko sarsko changed the title Update panic message in UncontrolledNondeterminismCheckScheduler to b… Update panic message in UncontrolledNondeterminismCheckScheduler to be less verbose Oct 16, 2024
@jorajeev jorajeev merged commit 79735ba into main Oct 16, 2024
5 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.

2 participants