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

cgen: properly support reference args in receivers and arithmetic op methods (#10873)

This commit is contained in:
Uwe Krüger
2021-07-20 14:08:32 +02:00
committed by GitHub
parent 05d0288e8d
commit f457b94fe4
6 changed files with 114 additions and 61 deletions

View File

@@ -103,7 +103,7 @@ jobs:
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
run: cd cmd/tools/fast && ../../../v fast.v && ./fast
ubuntu-tcc-boehm-gc:
runs-on: ubuntu-20.04