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.