From 13e445b8b540bb56f9a0b9029ca2ab8bc05c68e7 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Wed, 4 Dec 2024 01:37:41 +0300 Subject: [PATCH] ci: fix ROADMAP.md checks (#23059) --- ROADMAP.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ROADMAP.md b/ROADMAP.md index 347c06be77..05213928a6 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -38,7 +38,8 @@ For a list of all features and fixes, check out the changelog. - [x] Parallel parser (not integrated yet) - [x] Parallel checker (not integrated yet) - [x] Parallel C compilation (not integrated yet) -- [x] Improved vweb => veb framework. Separation of global and context (request local) fields. Performance and stability. Based on picoev. +- [x] Improved vweb => veb framework. Separation of global and context (request local) fields. + Performance and stability. Based on picoev. - [x] -skip-unused on by default - [ ] 64/32 bit int depending on arch (will remove array.len limitation on 64 bit systems) - [ ] `copy()` builtin function (e.g. for easier conversion from `[]Foo` to `[4]Foo`)