From e9aa18fcc8629342cd4fe91c94359bca50a86077 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Mon, 18 Oct 2021 17:50:05 +0300 Subject: [PATCH] roadmap: mark `parallel cgen` and `interface embedding` as done --- ROADMAP.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index dfb0d23108..389d308e03 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -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