bevy/crates/bevy_ecs
Carter Anderson b6be8a5314 Fix table reserve logic (#1698)
Fixes #1692
Alternative to #1696

This ensures that the capacity actually grows in increments of grow_amount, and also ensures that Table capacity is always <= column and entity vec capacity.

Debug logs that describe the new logic (running the example in #1692)
[out.txt](https://github.com/bevyengine/bevy/files/6173808/out.txt)
2021-03-19 23:32:31 +00:00
..
macros Reliable change detection (#1471) 2021-03-19 17:53:26 +00:00
src Fix table reserve logic (#1698) 2021-03-19 23:32:31 +00:00
Cargo.toml Use rand 0.8 again (#1567) 2021-03-06 00:53:42 +00:00