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

autofree: lots of fixes in return_statement()

This commit is contained in:
Alexander Medvednikov
2020-12-04 10:10:02 +01:00
parent b578e60dd5
commit b64945a6c0
4 changed files with 35 additions and 14 deletions

View File

@@ -182,7 +182,7 @@ jobs:
run: |
git clone --depth 1 https://github.com/vlang/ved
cd ved && ../v -o ved .
../v -autofree -experimental .
# ../v -autofree .
- name: Build V UI examples
run: |
git clone --depth 1 https://github.com/vlang/ui