Compare commits

..

No commits in common. "1bfcba7422e787d1459ee040d6efdce2cdb28af0" and "af13ea9f5fc1b04b456d12efb11e97ae60fd1877" have entirely different histories.

2 changed files with 262 additions and 446 deletions

706
jecs.luau

File diff suppressed because it is too large Load diff

View file

@ -1262,7 +1262,7 @@ TEST("world:target", function()
local records = debug_world_inspect(world).records(e)
CHECK(jecs.pair_first(world, pair(B, C)) == B)
CHECK(records[pair(B, C)] > records[pair(A, E)])
CHECK(records[pair(B, C)].column > records[pair(A, E)].column)
CHECK(world:target(e, A, 0) == B)
CHECK(world:target(e, A, 1) == C)
CHECK(world:target(e, A, 2) == D)