From ffb0e37b7aea8c91ffd0a78bc6ddc8c659fac61d Mon Sep 17 00:00:00 2001 From: BlackMATov Date: Mon, 1 Sep 2025 16:10:23 +0700 Subject: [PATCH] update roadmap --- ROADMAP.md | 1 - develop/testing/pairs_tests.lua | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/ROADMAP.md b/ROADMAP.md index 8e6e5f9..64755da 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -11,7 +11,6 @@ - add INDEX fragment trait - use compact prefix-tree for chunks - optional ffi component storages -- add EXCLUSIVE fragment trait ## Thoughts diff --git a/develop/testing/pairs_tests.lua b/develop/testing/pairs_tests.lua index 86e4d22..d769ace 100644 --- a/develop/testing/pairs_tests.lua +++ b/develop/testing/pairs_tests.lua @@ -1918,3 +1918,4 @@ end -- should we provide an evolved.pair type? -- we should not add any wildcards to chunk `with` edges, lol -- edges `without` to nil don't work because they are cannot be found +-- add EXCLUSIVE fragment trait