From c301eae6a34e74cb6c4be0682e26a0b87ef62f8f Mon Sep 17 00:00:00 2001 From: forgejo-actions <+forgejo-actions@users.noreply.github.com> Date: Sun, 22 Jun 2025 00:11:35 +0000 Subject: [PATCH] Sync to upstream Jecs 0.6.1-nightly.20250622T001116Z --- jecs/README.md | 4 ++-- jecs/build.txt | 4 ++-- jecs/pesde-rbx.toml | 2 +- jecs/pesde.toml | 2 +- jecs/test.txt | 2 +- jecs/test_fulllog.txt | 8 ++++---- jecs/wally.toml | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/jecs/README.md b/jecs/README.md index bb0d4b0..199ac48 100644 --- a/jecs/README.md +++ b/jecs/README.md @@ -60,8 +60,8 @@ world:set(sara, Name, "sara") print(getName(parent(sara))) -for e in world:query(pair(ChildOf, alice)) do - print(getName(e), "is the child of alice") +for e, name in world:query(Name, pair(ChildOf, alice)) do + print(name, "is the child of alice") end -- Output diff --git a/jecs/build.txt b/jecs/build.txt index f478e19..0e42c75 100644 --- a/jecs/build.txt +++ b/jecs/build.txt @@ -1,2 +1,2 @@ -modified = ["CHANGELOG.md", "jecs.luau"] -version = "0.6.1-nightly.20250611T001113Z" +modified = ["README.md"] +version = "0.6.1-nightly.20250622T001116Z" diff --git a/jecs/pesde-rbx.toml b/jecs/pesde-rbx.toml index fc09004..c780e19 100644 --- a/jecs/pesde-rbx.toml +++ b/jecs/pesde-rbx.toml @@ -3,7 +3,7 @@ includes = ["init.luau", "pesde.toml", "README.md", "CHANGELOG.md", "LICENSE", " license = "MIT" name = "marked/jecs_nightly" repository = "https://git.devmarked.win/marked/jecs-nightly" -version = "0.6.1-nightly.20250611T001113Z" +version = "0.6.1-nightly.20250622T001116Z" [indices] default = "https://github.com/pesde-pkg/index" diff --git a/jecs/pesde.toml b/jecs/pesde.toml index 7b55c9a..d9eda4c 100644 --- a/jecs/pesde.toml +++ b/jecs/pesde.toml @@ -3,7 +3,7 @@ includes = ["init.luau", "pesde.toml", "README.md", "CHANGELOG.md", "LICENSE", " license = "MIT" name = "marked/jecs_nightly" repository = "https://git.devmarked.win/marked/jecs-nightly" -version = "0.6.1-nightly.20250611T001113Z" +version = "0.6.1-nightly.20250622T001116Z" [indices] default = "https://github.com/pesde-pkg/index" diff --git a/jecs/test.txt b/jecs/test.txt index e46d469..ece8e91 100644 --- a/jecs/test.txt +++ b/jecs/test.txt @@ -1,2 +1,2 @@ passed = true -timestamp = "20250621T001113Z" +timestamp = "20250622T001118Z" diff --git a/jecs/test_fulllog.txt b/jecs/test_fulllog.txt index 87fbebb..b3066c0 100644 --- a/jecs/test_fulllog.txt +++ b/jecs/test_fulllog.txt @@ -1,7 +1,7 @@ ------- -7.5 us  2 kB│ delete children of entity -8.6 us  1 kB│ remove friends of entity -342 ns  0  B│ simple deletion of entity +7.3 us  2 kB│ delete children of entity +8.8 us  1 kB│ remove friends of entity +340 ns  0  B│ simple deletion of entity repro NONE│  @@ -123,5 +123,5 @@ PASS│ #2 PASS│ #3 -75/75 test cases passed in 30.729 ms. +75/75 test cases passed in 33.117 ms. 0 fails diff --git a/jecs/wally.toml b/jecs/wally.toml index 705b997..74206e7 100644 --- a/jecs/wally.toml +++ b/jecs/wally.toml @@ -5,4 +5,4 @@ license = "MIT" name = "mark-marks/jecs-nightly" realm = "shared" registry = "https://github.com/UpliftGames/wally-index" -version = "0.6.1-nightly.20250611T001113Z" +version = "0.6.1-nightly.20250622T001116Z" -- 2.47.2