From 6d1f85a04b1740406c2fa4c776c2f33638bcd3fc Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Fri, 9 Oct 2020 01:14:54 +0200 Subject: [PATCH] roadmap: minor updates --- 0.3_roadmap.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/0.3_roadmap.txt b/0.3_roadmap.txt index 243dba4af7..078a26b793 100644 --- a/0.3_roadmap.txt +++ b/0.3_roadmap.txt @@ -4,7 +4,7 @@ - make `-autofree` the default - coroutines + channels -- lock{} ++ lock{} - thread safe arrays/maps - C2V translator - doom.v @@ -18,6 +18,7 @@ - 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) - method expressions with an explicit receiver as the first argument -- fix all remaining generics issues (`foo(5)` instead of `foo(5)` etc) ++ short generics syntax (`foo(5)` instead of `foo(5)`) +- fix all remaining generics issues - merge v.c and v_win.c - more advanced errors, not just `error('message')`