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

builder: restore module import cycle detection/topological reorder

This commit is contained in:
Delyan Angelov
2020-04-16 12:29:36 +03:00
parent 04db2d02b8
commit 8a1248b2e7
17 changed files with 117 additions and 32 deletions

View File

@@ -272,6 +272,7 @@ jobs:
.\make.bat -msvc
- name: Fixed tests
run: |
./v -cg cmd\tools\vtest-fixed.v
./v test-fixed
# - name: Test
# run: |