From e11dce56d28ebe9254f1956cbcbc623d23c14d85 Mon Sep 17 00:00:00 2001 From: dimgigov Date: Sun, 14 Jun 2026 17:48:45 +0300 Subject: [PATCH] docs(roadmap): mark slice bounds checking done in selfhost Slice bounds-checked indexing already works via lib/Slice.bux --- docs/ROADMAP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ROADMAP.md b/docs/ROADMAP.md index 8610846..fe50890 100644 --- a/docs/ROADMAP.md +++ b/docs/ROADMAP.md @@ -273,5 +273,5 @@ Task::Spawn(Worker, rx); 12. ✅ **CTFE** — Done 13. ✅ **Selfhost bootstrap loop** — Done 14. ✅ **Destructors / Drop** — Done in selfhost. -15. **Bounds checking on slices** — Add `Slice` type with bounds-checked indexing. +15. ✅ **Bounds checking on slices** — `Slice` with bounds-checked indexing works in selfhost via `lib/Slice.bux`. 16. **Concurrency** — Green threads + channels.