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

Sort the profile list #1005

Merged
merged 1 commit into from
Apr 19, 2023
Merged

Conversation

MythicManiac
Copy link
Collaborator

Ensure the profile list is alphabetically sorted. This has been happening coincidentally in scenarios where the I/O promises resolve in order, but this might not always be guaranteed.

This isn't the most performant way to handle it (as the list is sorted after every new entry is added to it), but at the scales we're operating with, it shouldn't matter.

Ensure the profile list is alphabetically sorted. This has been
happening coincidentally in scenarios where the I/O promises resolve in
order, but this might not always be guaranteed.

This isn't the most performant way to handle it (as the list is sorted
after every new entry is added to it), but at the scales we're operating
with, it shouldn't matter.
@MythicManiac MythicManiac requested a review from ebkr April 4, 2023 12:35
@MythicManiac MythicManiac merged commit 6ce1e0a into ebkr:develop Apr 19, 2023
@MythicManiac MythicManiac deleted the sorted-profiles branch April 19, 2023 13:04
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.

None yet

2 participants