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
|
2021-02-27 21:18:47 +03:00
|
|
|
- [ ] `recover()` from panics
|
2022-12-21 19:33:19 +03:00
|
|
|
- [x] vfmt: add missing imports (like goimports)
|
2023-01-09 09:36:45 +03:00
|
|
|
- [ ] Recursive structs via options: `struct Node { next ?Node }`
|
2022-07-21 20:47:30 +03:00
|
|
|
- [ ] Optional function struct fields
|
2021-08-19 08:19:21 +03:00
|
|
|
- [ ] Handle function pointers safely, remove `if function == 0 {`
|
2022-10-27 11:00:51 +03:00
|
|
|
- [x] Bundle OpenSSL like GC
|
2022-07-10 22:51:02 +03:00
|
|
|
- [x] Anonymous structs
|
2022-07-06 21:38:40 +03:00
|
|
|
- [ ] -usecache on by default
|
|
|
|
- [ ] -skip-unused on by default
|
2022-07-13 10:04:27 +03:00
|
|
|
- [ ] `any` type
|
2022-08-21 04:36:25 +03:00
|
|
|
- [ ] `copy()` builtin function (e.g. for easier conversion from `[]Foo` to `[4]Foo`)
|