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

Fix archetype reallocation #72

Merged
merged 1 commit into from
Jun 23, 2024
Merged

Fix archetype reallocation #72

merged 1 commit into from
Jun 23, 2024

Conversation

rj00a
Copy link
Owner

@rj00a rj00a commented Jun 23, 2024

Zero-sized component BlobVec's have a capacity of usize::MAX, which means checking the first column in push_would_reallocate is incorrect.

Closes #71

Zero-sized component `BlobVec`'s have a capacity of `usize::MAX`, which means checking the first column in `push_would_reallocate` is incorrect.
@rj00a rj00a merged commit eb23602 into main Jun 23, 2024
6 checks passed
@rj00a rj00a deleted the fix-archetype-realloc branch June 23, 2024 21:18
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.

Mysterious segfault in event propagation.
1 participant