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

Reviewed-on: #102
This commit is contained in:
marked 2025-06-22 02:11:37 +02:00
parent ae7948c207
commit a543aec347
7 changed files with 12 additions and 12 deletions

View file

@ -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

View file

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

View file

@ -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"

View file

@ -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"

View file

@ -1,2 +1,2 @@
passed = true
timestamp = "20250621T001113Z"
timestamp = "20250622T001118Z"

View file

@ -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

View file

@ -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"