update september.plan

pull/1755/head
Alexander Medvednikov 2019-08-27 00:31:47 +03:00
parent d4b6b6c833
commit b6336f730b
2 changed files with 5 additions and 3 deletions

View File

@ -14,6 +14,7 @@
- http: support plain HTTP protocol and follow redirects.
- net: basic UDP support.
- Functions can now be inlined via the `[inline]` attribute.
- `gg` module can now render all Unicode characters.

View File

@ -5,7 +5,7 @@
- fix vorum, migrate to orm
- wrap up memory management
- fix child <T> function calls
- fix non-ascii rendering in gg (ä, å, etc)
+ fix non-ascii rendering in gg (ä, å, etc)
- cache all tokens once
- enable vfmt
- fix openssl on older linux distros
@ -15,12 +15,13 @@
- v ui for windows
- v ui for linux
- doom.v
- tcc backend
+ tcc backend
- fix all c warnings with -pedantic
- set up pvs
+ set up pvs
- ui/orm demo: a simple gui client for postgres/mysql/sqlite
- ui demo: calculator
- declarative ui with hot reload (similar to swiftui)
- "building a simple blog with vweb" tutorial + youtube video
- new playground built with WebAssembly