ci: build cmd/tools/fast
parent
ad3835b598
commit
b9d418f46a
|
@ -102,6 +102,8 @@ jobs:
|
||||||
- name: Test v tutorials
|
- name: Test v tutorials
|
||||||
run: |
|
run: |
|
||||||
./v tutorials/building_a_simple_web_blog_with_vweb/code/blog
|
./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:
|
ubuntu-tcc-boehm-gc:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
|
|
@ -26,3 +26,4 @@
|
||||||
- [ ] more advanced errors, not just `error('message')`
|
- [ ] more advanced errors, not just `error('message')`
|
||||||
- [ ] VLS for autocomplete, refactoring, go to definition etc
|
- [ ] VLS for autocomplete, refactoring, go to definition etc
|
||||||
- [ ] Recursive structs via optionals: `struct Node { next ?Node }`
|
- [ ] Recursive structs via optionals: `struct Node { next ?Node }`
|
||||||
|
- [ ] Remove `foo = 0` for `&Foo`
|
||||||
|
|
Loading…
Reference in New Issue