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

update 0.2 roadmap

This commit is contained in:
Alexander Medvednikov 2019-12-06 12:46:44 +03:00
parent 353805e170
commit bdaa421e8a
2 changed files with 4 additions and 3 deletions

View File

@ -41,6 +41,7 @@ jobs:
run: |
brew services start postgresql
sleep 3
psql -c 'select rolname from pg_roles'
psql -U postgres -c 'create database customerdb;'
psql -d customerdb -f examples/database/pg/mydb.sql
- name: Test v->c

View File

@ -17,10 +17,10 @@
+ prebuilt binaries for all platforms
+ cached modules
+ bring back generics
- bring back forum/blog and vpm
- wrap up orm
+ bring back forum/blog and vpm
+ wrap up orm
+ bring back vweb
- fix vorum, migrate to orm
+ fix vorum, migrate to orm
- wrap up memory management
- remove all compiler memory leaks
+ fix child <T> function calls