From b9d418f46a17f9342e14f740ff44680c519f9e41 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Tue, 20 Jul 2021 13:06:59 +0300 Subject: [PATCH] ci: build cmd/tools/fast --- .github/workflows/ci.yml | 2 ++ ROADMAP.md | 1 + 2 files changed, 3 insertions(+) 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`