mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
2b087dbf95
* Add source line numbers to backtraces on linux. * Fix -g (broken after token caching). * reset the #line directives after all the v code is compiled * cleanup p.cgen.line setting inside p.next() . * Support windows filepaths like "C:\Users\travis\build\vlang\v\v.exe.tmp.c" inside generated #line directives. * Try to diagnose better windows-gcc failing. * Revert "Try to diagnose better windows-gcc failing." * implement and use cescaped_path/1 . * Use cescaped_path/1 consistently throughout compiler/ . |
||
---|---|---|
.. | ||
js | ||
array_test.v | ||
array.v | ||
builtin.v | ||
byte_test.v | ||
hashmap_test.v | ||
hashmap.v | ||
int_test.v | ||
int.v | ||
map_test.v | ||
map.v | ||
option.v | ||
string_test.v | ||
string.v | ||
utf8_test.v | ||
utf8.v |