diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4939534cea..65ccad42a0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -102,6 +102,8 @@ jobs: - name: Test v tutorials run: | ./v tutorials/building_a_simple_web_blog_with_vweb/code/blog + - name: Build cmd/tools/fast + run: cd cmd/tools/fast && v fast.v && ./fast ubuntu-tcc-boehm-gc: runs-on: ubuntu-20.04 diff --git a/ROADMAP.md b/ROADMAP.md index 101d5ed796..d6c1abc53c 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -26,3 +26,4 @@ - [ ] more advanced errors, not just `error('message')` - [ ] VLS for autocomplete, refactoring, go to definition etc - [ ] Recursive structs via optionals: `struct Node { next ?Node }` +- [ ] Remove `foo = 0` for `&Foo`