From e4a49d5dd5981a987c7008386629c4241f84fd14 Mon Sep 17 00:00:00 2001 From: Hunam Date: Thu, 30 Jun 2022 20:20:34 +0200 Subject: [PATCH] doc: update ROADMAP.md (#14897) --- ROADMAP.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index 22fee7b26c..530f95be7d 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -1,13 +1,12 @@ ## [Version 0.4] -- [ ] [coroutines](https://github.com/vlang/v/discussions/11582) -- [ ] [thread safe maps](https://github.com/vlang/v/discussions/11729) -- [ ] parallel parser -- [ ] parallel checker -- [ ] parallel C compilation +- [ ] [Coroutines](https://github.com/vlang/v/discussions/11582) +- [ ] [Thread safe maps](https://github.com/vlang/v/discussions/11729) +- [ ] Parallel parser +- [ ] Parallel checker +- [ ] Parallel C compilation - [ ] `recover()` from panics - [ ] vfmt: fix common errors automatically (make vars mutable and vice versa, add missing imports) - [ ] merge v.c and v_win.c - [ ] Recursive structs via optionals: `struct Node { next ?Node }` -- [ ] Remove `foo = 0` for `&Foo` - [ ] Handle function pointers safely, remove `if function == 0 {` -- [ ] Bundle openssl like GC +- [ ] Bundle OpenSSL like GC