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

compiler: produce errors in C "filepath:line:column:" format

This commit is contained in:
Delyan Angelov
2019-08-22 14:15:11 +03:00
committed by Alexander Medvednikov
parent 9b3b22d6b3
commit 77b31de117
5 changed files with 47 additions and 10 deletions

View File

@ -1,5 +1,5 @@
a
33
===output===
.vrepl_temp.v:2 undefined: `a`
.vrepl_temp.v:2:9: undefined: `a`
33