Sync to upstream Jecs 0.6.0-nightly.20250606T001110Z

This commit is contained in:
forgejo-actions 2025-06-06 00:11:28 +00:00 committed by github-actions[bot]
parent d318a47b81
commit 9b586f9c87
8 changed files with 22 additions and 19 deletions

View file

@ -1,10 +1,10 @@
{
"aliases": {
"jecs": "jecs",
"testkit": "tools/testkit",
"mirror": "mirror",
"tools": "tools",
"addons": "addons"
},
"languageMode": "strict"
}
{
"aliases": {
"jecs": "jecs",
"testkit": "tools/testkit",
"mirror": "mirror",
"tools": "tools",
"addons": "addons"
},
"languageMode": "strict"
}

View file

@ -1,2 +1,2 @@
modified = ["jecs.luau"]
version = "0.6.0-nightly.20250602T001103Z"
modified = [".luaurc", "jecs.luau"]
version = "0.6.0-nightly.20250606T001110Z"

View file

@ -1934,6 +1934,9 @@ local function query_cached(query: ecs_query_data_t)
local function on_delete_callback(archetype)
local i = table.find(archetypes, archetype) :: number
if i == nil then
return
end
local n = #archetypes
archetypes[i] = archetypes[n]
archetypes[n] = nil

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.0-nightly.20250602T001103Z"
version = "0.6.0-nightly.20250606T001110Z"
[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.0-nightly.20250602T001103Z"
version = "0.6.0-nightly.20250606T001110Z"
[indices]
default = "https://github.com/pesde-pkg/index"

View file

@ -1,2 +1,2 @@
passed = true
timestamp = "20250605T001104Z"
timestamp = "20250606T001111Z"

View file

@ -1,6 +1,6 @@
7.2 us  3 kB│ delete children of entity
7.4 us  3 kB│ delete children of entity
9.1 us  1 kB│ remove friends of entity
350 ns  10  B│ simple deletion of entity
345 ns  10  B│ simple deletion of entity
repro
NONE│ 
@ -121,5 +121,5 @@
PASS│ #2
PASS│ #3
74/74 test cases passed in 32.856 ms.
74/74 test cases passed in 31.173 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.0-nightly.20250602T001103Z"
version = "0.6.0-nightly.20250606T001110Z"