mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
roadmap: mark parallel cgen
and interface embedding
as done
This commit is contained in:
parent
3af53e29c9
commit
e9aa18fcc8
1 changed files with 2 additions and 2 deletions
|
@ -15,11 +15,11 @@
|
||||||
- [x] iOS/Android support
|
- [x] iOS/Android support
|
||||||
- [ ] parallel parser
|
- [ ] parallel parser
|
||||||
- [ ] parallel checker
|
- [ ] parallel checker
|
||||||
- [ ] parallel cgen
|
- [x] parallel cgen
|
||||||
- [ ] `recover()` from panics
|
- [ ] `recover()` from panics
|
||||||
- [x] IO streams
|
- [x] IO streams
|
||||||
- [x] struct embedding
|
- [x] struct embedding
|
||||||
- [ ] interface embedding
|
- [x] interface embedding
|
||||||
- [x] interfaces: allow struct fields (not just methods)
|
- [x] interfaces: allow struct fields (not just methods)
|
||||||
- [ ] vfmt: fix common errors automatically (make vars mutable and vice versa, add missing imports)
|
- [ ] vfmt: fix common errors automatically (make vars mutable and vice versa, add missing imports)
|
||||||
- [ ] method expressions with an explicit receiver as the first argument
|
- [ ] method expressions with an explicit receiver as the first argument
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue