2022-06-30 10:41:09 +03:00
|
|
|
## [Version 0.4]
|
2022-02-18 15:19:06 +03:00
|
|
|
- [ ] [coroutines](https://github.com/vlang/v/discussions/11582)
|
|
|
|
- [ ] [thread safe maps](https://github.com/vlang/v/discussions/11729)
|
2021-07-21 14:29:38 +03:00
|
|
|
- [ ] parallel parser
|
|
|
|
- [ ] parallel checker
|
2021-10-19 16:03:45 +03:00
|
|
|
- [ ] parallel C compilation
|
2021-02-27 21:18:47 +03:00
|
|
|
- [ ] `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-07-20 13:06:59 +03:00
|
|
|
- [ ] Remove `foo = 0` for `&Foo`
|
2021-08-19 08:19:21 +03:00
|
|
|
- [ ] Handle function pointers safely, remove `if function == 0 {`
|
2022-06-30 10:41:09 +03:00
|
|
|
- [ ] Bundle openssl like GC
|