roadmap: mark `parallel cgen` and `interface embedding` as done

pull/12226/head
Delyan Angelov 2021-10-18 17:50:05 +03:00 committed by GitHub
parent 3af53e29c9
commit e9aa18fcc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -15,11 +15,11 @@
- [x] iOS/Android support
- [ ] parallel parser
- [ ] parallel checker
- [ ] parallel cgen
- [x] parallel cgen
- [ ] `recover()` from panics
- [x] IO streams
- [x] struct embedding
- [ ] interface embedding
- [x] interface embedding
- [x] interfaces: allow struct fields (not just methods)
- [ ] vfmt: fix common errors automatically (make vars mutable and vice versa, add missing imports)
- [ ] method expressions with an explicit receiver as the first argument