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

23 lines
698 B
Plaintext
Raw Normal View History

2020-06-24 14:44:09 +03:00
- = TODO
2020-07-28 23:31:58 +03:00
+ = done
2020-06-24 14:44:09 +03:00
2020-07-28 23:31:58 +03:00
- make `-autofree` the default
2020-06-24 14:44:09 +03:00
- coroutines
2020-08-25 19:15:19 +03:00
+ channels
2020-07-28 23:31:58 +03:00
- lock{}
- thread safe arrays/maps
2020-06-24 14:44:09 +03:00
- C2V translator
- doom.v
2020-07-18 12:14:03 +03:00
- rune type, replace `ustring` with `[]rune`, fix `byte.str()`
- maps with non-string keys
2020-06-30 21:34:22 +03:00
- iOS/Android support
2020-07-04 22:25:20 +03:00
- parallel parser (and maybe checker/gen?)
2020-07-18 12:14:03 +03:00
- `recover()` from panics
2020-07-20 23:51:17 +03:00
- IO streams
- struct and interface embedding
- interfaces: allow struct fields (not just methods)
- vfmt: fix common errors automatically to save time (make vars mutable and vice versa, add missing imports etc)
2020-07-28 23:31:58 +03:00
- method expressions with an explicit receiver as the first argument
2020-08-27 07:46:18 +03:00
- fix all remaining generics issues (`foo(5)` instead of `foo<int>(5)` etc)
2020-08-27 12:30:28 +03:00
- merge v.c and v_win.c