v/vlib
Delyan Angelov 2b087dbf95 backtraces: add source line numbers too on linux
* 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/ .
2019-10-12 00:04:42 +03:00
..
benchmark compiler: implement -stats option for running a _test.v file 2019-10-07 08:51:26 +03:00
bitfield bitfield: change `[0;n]` to `[0].repeat(n)` 2019-10-08 13:24:02 +03:00
builtin backtraces: add source line numbers too on linux 2019-10-12 00:04:42 +03:00
crypto urllib: rem underscore methods from; add strings index_bytes 2019-10-10 20:04:11 +03:00
darwin
encoding
flag
freetype freetype: fix compiler warning about ctx._draw_text 2019-10-10 20:09:19 +03:00
gg
gl
glfw
glm
gx
hash
http http: handle and print socket errors 2019-10-10 20:24:36 +03:00
json
log
math
mysql
net http: handle and print socket errors 2019-10-10 20:24:36 +03:00
orm
os compiler: cache modules if they are not built yet 2019-10-10 22:53:59 +03:00
os2 cc: bring back os.rm() 2019-10-09 07:02:45 +03:00
pg pg: remove unused imports 2019-10-08 13:23:39 +03:00
rand
readline readline: optional return, automatic raw mode and standalone functions 2019-10-06 16:28:41 +03:00
runtime fix runtime module test 2019-10-11 14:16:02 +03:00
stbi
strings fix v.js 2019-10-10 01:27:16 +03:00
sync
szip
term term: colors on Windows console 2019-10-10 20:08:36 +03:00
time caching modules: almost there 2019-10-09 06:35:58 +03:00
ui
vweb