Sync to upstream Jecs 0.5.5-nightly.20250429T001100Z

This commit is contained in:
forgejo-actions 2025-04-29 00:11:18 +00:00 committed by github-actions[bot]
parent b14776aa3d
commit 55c9eb7faf
7 changed files with 9 additions and 9 deletions

View file

@ -1,2 +1,2 @@
modified = ["jecs.luau"] modified = ["jecs.luau"]
version = "0.5.5-nightly.20250428T001101Z" version = "0.5.5-nightly.20250429T001100Z"

View file

@ -2672,8 +2672,8 @@ return {
ECS_META_RESET = ECS_META_RESET, ECS_META_RESET = ECS_META_RESET,
IS_PAIR = (ECS_IS_PAIR :: any) :: <P, O>(pair: Pair<P, O>) -> boolean, IS_PAIR = (ECS_IS_PAIR :: any) :: <P, O>(pair: Pair<P, O>) -> boolean,
ECS_PAIR_FIRST = ECS_PAIR_FIRST, ECS_PAIR_FIRST = ECS_PAIR_FIRST :: <P, O>(pair: Pair<P, O>) -> Id<P>,
ECS_PAIR_SECOND = ECS_PAIR_SECOND, ECS_PAIR_SECOND = ECS_PAIR_SECOND :: <P, O>(pair: Pair<P, O>) -> Id<O>,
pair_first = (ecs_pair_first :: any) :: <P, O>(world: World, pair: Pair<P, O>) -> Id<P>, pair_first = (ecs_pair_first :: any) :: <P, O>(world: World, pair: Pair<P, O>) -> Id<P>,
pair_second = (ecs_pair_second :: any) :: <P, O>(world: World, pair: Pair<P, O>) -> Id<O>, pair_second = (ecs_pair_second :: any) :: <P, O>(world: World, pair: Pair<P, O>) -> Id<O>,
entity_index_get_alive = entity_index_get_alive, entity_index_get_alive = entity_index_get_alive,

View file

@ -3,7 +3,7 @@ includes = ["init.luau", "pesde.toml", "README.md", "CHANGELOG.md", "LICENSE", "
license = "MIT" license = "MIT"
name = "marked/jecs_nightly" name = "marked/jecs_nightly"
repository = "https://git.devmarked.win/marked/jecs-nightly" repository = "https://git.devmarked.win/marked/jecs-nightly"
version = "0.5.5-nightly.20250428T001101Z" version = "0.5.5-nightly.20250429T001100Z"
[indices] [indices]
default = "https://github.com/pesde-pkg/index" default = "https://github.com/pesde-pkg/index"

View file

@ -3,7 +3,7 @@ includes = ["init.luau", "pesde.toml", "README.md", "CHANGELOG.md", "LICENSE", "
license = "MIT" license = "MIT"
name = "marked/jecs_nightly" name = "marked/jecs_nightly"
repository = "https://git.devmarked.win/marked/jecs-nightly" repository = "https://git.devmarked.win/marked/jecs-nightly"
version = "0.5.5-nightly.20250428T001101Z" version = "0.5.5-nightly.20250429T001100Z"
[indices] [indices]
default = "https://github.com/pesde-pkg/index" default = "https://github.com/pesde-pkg/index"

View file

@ -1,2 +1,2 @@
passed = true passed = true
timestamp = "20250428T001103Z" timestamp = "20250429T001102Z"

View file

@ -1,4 +1,4 @@
7.6 us  2 kB│ delete children of entity 7.5 us  2 kB│ delete children of entity
9.1 us  1 kB│ remove friends of entity 9.1 us  1 kB│ remove friends of entity
346 ns  0  B│ simple deletion of entity 346 ns  0  B│ simple deletion of entity
world:add() world:add()
@ -118,5 +118,5 @@
PASS│ #2 PASS│ #2
PASS│ #3 PASS│ #3
73/73 test cases passed in 33.504 ms. 73/73 test cases passed in 32.727 ms.
0 fails 0 fails

View file

@ -5,4 +5,4 @@ license = "MIT"
name = "mark-marks/jecs-nightly" name = "mark-marks/jecs-nightly"
realm = "shared" realm = "shared"
registry = "https://github.com/UpliftGames/wally-index" registry = "https://github.com/UpliftGames/wally-index"
version = "0.5.5-nightly.20250428T001101Z" version = "0.5.5-nightly.20250429T001100Z"