diff options
author | Jonas Ã…dahl <jadahl@gmail.com> | 2018-11-08 18:26:29 +0100 |
---|---|---|
committer | Christoph Reiter <reiter.christoph@gmail.com> | 2018-11-08 18:06:22 +0000 |
commit | 886d36d65f3bcd30ddc23005e378c0fb4d295e21 (patch) | |
tree | 55c51f1163a5b3ef8af3e943811ca737724a9816 /gir | |
parent | b5b25328b75ad97836f585f708b60d8fc6bca902 (diff) | |
download | gobject-introspection-886d36d65f3bcd30ddc23005e378c0fb4d295e21.tar.gz |
giscanner: Print relative filename paths when warning
g-ir-scanner would cut away the 'common prefix' between the current
working directory and the file about be warned about. This is
problematic when using automatic jumping to warnings and errors, as it'd
mean the editor can't find the relevant file.
For example, if g-ir-scanner is run from 'build/', and a warning occurs
on a file in 'src/file.c', the scanner would print the warning
'src/file.c:123: Warning: This and that'. Running this from e.g. meson
would mean e.g. VIM would not find the correct file to jump to.
Meanwhile, GCC, in the same setup, would print '../src/file.c:123:
Warning: ...', as that is the relative path from where the scanner is
ran, and e.g. VIM would behave in a correct way.
Diffstat (limited to 'gir')
0 files changed, 0 insertions, 0 deletions