1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/ROADMAP.md

13 lines
549 B
Markdown
Raw Normal View History

2022-06-30 10:41:09 +03:00
## [Version 0.4]
2022-06-30 21:20:34 +03:00
- [ ] [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
2021-07-03 20:14:09 +03:00
- [ ] Recursive structs via optionals: `struct Node { next ?Node }`
2021-08-19 08:19:21 +03:00
- [ ] Handle function pointers safely, remove `if function == 0 {`
2022-06-30 21:20:34 +03:00
- [ ] Bundle OpenSSL like GC