Sync to released Jecs 0.5.5-nightly.20250308T001059Z (#14)

Reviewed-on: #14
This commit is contained in:
marked 2025-03-08 01:11:16 +01:00
parent 8c3da268d9
commit 8e71312ea3
6 changed files with 9 additions and 33 deletions

View file

@ -1,2 +1,2 @@
modified = ["README.md", "LICENSE", ".luaurc", "CHANGELOG.md", "jecs.luau"]
version = "0.5.5-nightly.20250302T183456Z"
modified = ["jecs.luau"]
version = "0.5.5-nightly.20250308T001059Z"

View file

@ -172,9 +172,6 @@ end
local function entity_index_try_get_any(entity_index: EntityIndex, entity: number): Record?
local r = entity_index.sparse_array[ECS_ENTITY_T_LO(entity)]
if not r then
return nil
end
if not r or r.dense == 0 then
return nil
@ -1224,27 +1221,6 @@ end
local function NOOP() end
local function ARM(query, ...)
return query
end
local EMPTY_LIST = {}
local EMPTY_QUERY = {
__iter = function()
return NOOP
end,
iter = function()
return NOOP
end,
with = ARM,
without = ARM,
archetypes = function()
return EMPTY_LIST
end,
}
setmetatable(EMPTY_QUERY, EMPTY_QUERY)
type QueryInner = {
compatible_archetypes: { Archetype },
ids: { i53 },

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.5.5-nightly.20250302T183456Z"
version = "0.5.5-nightly.20250308T001059Z"
[indices]
default = "https://github.com/pesde-pkg/index"

View file

@ -1,2 +1,2 @@
passed = true
timestamp = "20250307T001103Z"
timestamp = "20250308T001101Z"

View file

@ -1,6 +1,6 @@
7.8 us  3 kB│ delete children of entity
9.1 us  2 kB│ remove friends of entity
325 ns  0  B│ simple deletion of entity
8.5 us  2 kB│ delete children of entity
9.3 us  1 kB│ remove friends of entity
333 ns  0  B│ simple deletion of entity
removing
archetype
PASS│ 
@ -110,5 +110,5 @@ removing
PASS│ #2
PASS│ #3
68/68 test cases passed in 31.415 ms.
68/68 test cases passed in 31.220 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.5.5-nightly.20250302T183456Z"
version = "0.5.5-nightly.20250308T001059Z"