1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

roadmap: allow interface definitions to include fields (#6230)

This commit is contained in:
Steve Phillips 2020-08-27 06:12:24 -07:00 committed by GitHub
parent eff319f869
commit b4f03e1c32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,8 +15,8 @@
- `recover()` from panics
- IO streams
- 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)
- method expressions with an explicit receiver as the first argument
- fix all remaining generics issues (`foo(5)` instead of `foo<int>(5)` etc)
- merge v.c and v_win.c