From 220b31bfbaa022355e583b6b81e2dfbb9a84b0b2 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Mon, 10 Apr 2023 05:01:01 +0200 Subject: [PATCH] roadmap: 64/32 bit int --- ROADMAP.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ROADMAP.md b/ROADMAP.md index 7a1ff688ef..db10dd4ee1 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -19,6 +19,7 @@ - [ ] `copy()` builtin function (e.g. for easier conversion from `[]Foo` to `[4]Foo`) - [ ] A better documentation platform - [ ] Improve vweb: allow separation of logic via "controllers", lots of other fixes +- [ ] 64/32 bit int depending on arch (will remove array.len limitation on 64 bit systems) ## [Version 1.0]