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

#865 Ensure empty PriorityQueue can be deserialized #866

Merged
merged 1 commit into from
Nov 10, 2021

Conversation

theigl
Copy link
Collaborator

@theigl theigl commented Nov 10, 2021

This PR ensures that empty PriorityQueue can be deserialized by always providing an initialCapacity >= 1.

Resolves #865

@theigl theigl added the bug label Nov 10, 2021
@theigl theigl self-assigned this Nov 10, 2021
@theigl theigl merged commit b75ae5e into master Nov 10, 2021
@theigl theigl deleted the 865-empty-priority-queue branch November 10, 2021 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

PriorityQueueSerializer fails to load empty empty queue
1 participant