-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Fix Updated images occasionally never displayed on materials by ensuring correct ordering of system sets #22255
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
Conversation
It wouldn't really be useful for users as an example, and we should avoid adding test examples as it has a negative impact on contributors. Could we add a unit test on schedule ordering? |
IceSentry
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can confirm it fixes the linked issue
# Objective - Fixes #22212 ## Solution Replace `HashSet` usage with `IndexSet` in `DagGroups` to maintain insertion order like the previous `Vec` implementation. ## Testing Used the provided example in the bug report. Should we add it as a test or example somewhere?
# Objective - Fixes #22212 ## Solution Replace `HashSet` usage with `IndexSet` in `DagGroups` to maintain insertion order like the previous `Vec` implementation. ## Testing Used the provided example in the bug report. Should we add it as a test or example somewhere?
# Objective - Fixes #22212 ## Solution Replace `HashSet` usage with `IndexSet` in `DagGroups` to maintain insertion order like the previous `Vec` implementation. ## Testing Used the provided example in the bug report. Should we add it as a test or example somewhere?
# Objective - Fixes #22212 ## Solution Replace `HashSet` usage with `IndexSet` in `DagGroups` to maintain insertion order like the previous `Vec` implementation. ## Testing Used the provided example in the bug report. Should we add it as a test or example somewhere?
Objective
Solution
Replace
HashSetusage withIndexSetinDagGroupsto maintain insertion order like the previousVecimplementation.Testing
Used the provided example in the bug report. Should we add it as a test or example somewhere?