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

table: use optional in find_method()

This commit is contained in:
Alexander Medvednikov
2019-09-18 15:37:34 +03:00
parent 059cb9cb74
commit 13e4c79f58
7 changed files with 49 additions and 38 deletions

View File

@@ -9,6 +9,7 @@
+ fix non-ascii rendering in gg (ä, å, etc)
- cache all tokens once
- enable vfmt
- bring back vdoc and regenerate all module docs
- optimize the parser (reduce map lookups)
- cache vlib (right now it's re-compiled every time)
- fix openssl on older linux distros
@@ -31,4 +32,6 @@
+ o(log n) type lookup
- prebuilt binaries for all platforms
- fix interfaces
- `none` keyword for optionals
- table: migrate all find*** functions to optionals