roadmap: allow interface definitions to include fields (#6230)
parent
eff319f869
commit
b4f03e1c32
|
@ -15,8 +15,8 @@
|
||||||
- `recover()` from panics
|
- `recover()` from panics
|
||||||
- IO streams
|
- IO streams
|
||||||
- struct and interface embedding
|
- 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)
|
- 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
|
- method expressions with an explicit receiver as the first argument
|
||||||
- fix all remaining generics issues (`foo(5)` instead of `foo<int>(5)` etc)
|
- fix all remaining generics issues (`foo(5)` instead of `foo<int>(5)` etc)
|
||||||
- merge v.c and v_win.c
|
- merge v.c and v_win.c
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue