feat(ecs): add rudimentary sparse set impl #5

Manually merged
bitsyndicate merged 2 commits from sparse-sets into main 2025-04-20 22:08:54 +00:00
Owner

Closes #2

Closes #2
bitsyndicate added this to the ECS milestone 2025-04-20 21:55:45 +00:00
bitsyndicate added the
Priority
High
Kind/Feature
Testing
Required
labels 2025-04-20 21:55:45 +00:00
bitsyndicate self-assigned this 2025-04-20 21:55:45 +00:00
bitsyndicate added 1 commit 2025-04-20 21:55:45 +00:00
feat(ecs): add rudimentary sparse set impl
Some checks failed
Build Zenyx ⚡ / 🏗️ Build x86_64-unknown-linux-gnu (push) Has been skipped
Build Zenyx ⚡ / 🏗️ Build x86_64-pc-windows-msvc (push) Has been skipped
Build Zenyx ⚡ / 🔧 Setup Environment (push) Failing after 53s
Build Zenyx ⚡ / 🏗️ Build aarch64-unknown-linux-gnu (push) Has been skipped
Build Zenyx ⚡ / 🔧 Setup Environment (pull_request) Failing after 54s
Build Zenyx ⚡ / 🏗️ Build x86_64-pc-windows-msvc (pull_request) Has been skipped
Build Zenyx ⚡ / 🏗️ Build aarch64-unknown-linux-gnu (pull_request) Has been skipped
Build Zenyx ⚡ / 🏗️ Build x86_64-unknown-linux-gnu (pull_request) Has been skipped
11774c227a
bitsyndicate added this to the Zenyx project 2025-04-20 21:55:46 +00:00
requested reviews from lily, caznix 2025-04-20 21:56:13 +00:00
caznix approved these changes 2025-04-20 22:01:42 +00:00
Dismissed
lily requested changes 2025-04-20 22:04:14 +00:00
Dismissed
@ -0,0 +129,4 @@
Some(previous)
}
pub fn is_emtpy(&self) -> bool {
Owner

Misspelled function name

Misspelled function name
bitsyndicate marked this conversation as resolved
bitsyndicate added 1 commit 2025-04-20 22:05:51 +00:00
chore: fix typo in function name
Some checks failed
Build Zenyx ⚡ / 🏗️ Build x86_64-unknown-linux-gnu (push) Has been skipped
Build Zenyx ⚡ / 🏗️ Build x86_64-pc-windows-msvc (push) Has been skipped
Build Zenyx ⚡ / 🏗️ Build aarch64-unknown-linux-gnu (push) Has been skipped
Build Zenyx ⚡ / 🔧 Setup Environment (pull_request) Failing after 53s
Build Zenyx ⚡ / 🏗️ Build aarch64-unknown-linux-gnu (pull_request) Has been skipped
Build Zenyx ⚡ / 🏗️ Build x86_64-unknown-linux-gnu (pull_request) Has been skipped
Build Zenyx ⚡ / 🏗️ Build x86_64-pc-windows-msvc (pull_request) Has been skipped
Build Zenyx ⚡ / 🔧 Setup Environment (push) Failing after 57s
6166925d39
bitsyndicate dismissed caznix's review 2025-04-20 22:05:51 +00:00
Reason:

New commits pushed, approval review dismissed automatically according to repository settings

requested reviews from lily, caznix 2025-04-20 22:05:58 +00:00
caznix approved these changes 2025-04-20 22:06:44 +00:00
lily approved these changes 2025-04-20 22:06:54 +00:00
bitsyndicate removed the
Testing
Required
label 2025-04-20 22:06:58 +00:00
bitsyndicate referenced this pull request from a commit 2025-04-20 22:08:53 +00:00
bitsyndicate manually merged commit bba64d2fb9 into main 2025-04-20 22:08:54 +00:00
lily referenced this pull request from a commit 2025-04-21 22:48:25 +00:00
bitsyndicate referenced this pull request from a commit 2025-04-22 18:37:26 +00:00
bitsyndicate referenced this pull request from a commit 2025-04-22 19:07:15 +00:00
bitsyndicate referenced this pull request from a commit 2025-04-22 19:59:25 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
3 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: nonsensical-dev/zenyx-engine#5
No description provided.