Sync to released Jecs 0.6.1-nightly.20250622T001116Z #102

Merged
marked merged 1 commit from auto/synchronize into main 2025-06-22 02:11:37 +02:00
7 changed files with 12 additions and 12 deletions

View file

@ -60,8 +60,8 @@ world:set(sara, Name, "sara")
print(getName(parent(sara))) print(getName(parent(sara)))
for e in world:query(pair(ChildOf, alice)) do for e, name in world:query(Name, pair(ChildOf, alice)) do
print(getName(e), "is the child of alice") print(name, "is the child of alice")
end end
-- Output -- Output

View file

@ -1,2 +1,2 @@
modified = ["CHANGELOG.md", "jecs.luau"] modified = ["README.md"]
version = "0.6.1-nightly.20250611T001113Z" version = "0.6.1-nightly.20250622T001116Z"

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.6.1-nightly.20250611T001113Z" version = "0.6.1-nightly.20250622T001116Z"
[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.6.1-nightly.20250611T001113Z" version = "0.6.1-nightly.20250622T001116Z"
[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 = "20250621T001113Z" timestamp = "20250622T001118Z"

View file

@ -1,7 +1,7 @@
------- -------
7.5 us  2 kB│ delete children of entity 7.3 us  2 kB│ delete children of entity
8.6 us  1 kB│ remove friends of entity 8.8 us  1 kB│ remove friends of entity
342 ns  0  B│ simple deletion of entity 340 ns  0  B│ simple deletion of entity
repro repro
NONE│  NONE│ 
@ -123,5 +123,5 @@
PASS│ #2 PASS│ #2
PASS│ #3 PASS│ #3
75/75 test cases passed in 30.729 ms. 75/75 test cases passed in 33.117 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.6.1-nightly.20250611T001113Z" version = "0.6.1-nightly.20250622T001116Z"