Sync to released Jecs 0.5.5-nightly.20250414T001100Z (#33)

Reviewed-on: #33
This commit is contained in:
marked 2025-04-14 02:11:20 +02:00
parent 024bb62b3b
commit cc5c602d19
7 changed files with 16 additions and 19 deletions

View file

@ -1,8 +1,6 @@
----idempotent
1_2
7.4 us  2 kB│ delete children of entity
9.5 us  1 kB│ remove friends of entity
352 ns  0  B│ simple deletion of entity
7.3 us  3 kB│ delete children of entity
8.7 us  1 kB│ remove friends of entity
345 ns  0  B│ simple deletion of entity
world:add()
PASS│ idempotent
PASS│ archetype move
@ -23,7 +21,9 @@
PASS│ should not exist after delete
world:delete()
PASS│ invoke OnRemove hooks
PASS│ remove pair when relationship is deleted
PASS│ invoke OnRemove hook on all components of deleted entity
PASS│ invoke OnRemove hook on relationship if target was deleted
PASS│ delete recycled entity id used as component
PASS│ bug: Empty entity does not respect cleanup policy
PASS│ should allow deleting components
@ -52,6 +52,8 @@
PASS│ multiple iter
PASS│ tag
PASS│ pairs
PASS│ iterate wildcard pairs in cached query
PASS│ iterate wildcard pairs in uncached query
PASS│ query single component
PASS│ query missing component
PASS│ query more than 8 components
@ -110,10 +112,5 @@
PASS│ #2
PASS│ #3
world:delete() invokes OnRemove hook
PASS│ #1
PASS│ #2
PASS│ #3
68/68 test cases passed in 29.621 ms.
69/69 test cases passed in 31.108 ms.
0 fails