]> git.ipfire.org Git - thirdparty/vala.git/commit
parser: Reduce the source reference of main block method to its beginning
authorRico Tzschichholz <ricotz@ubuntu.com>
Tue, 18 Jan 2022 13:33:15 +0000 (14:33 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Tue, 18 Jan 2022 13:41:03 +0000 (14:41 +0100)
commit8c72e14117f474bb657ecb3bde2efc352e9a164c
tree0544b5a2515554f70c4b75ab87583e34d37a2dff
parent78da97b73e4f4f0c82e8fe3fe81ba9971c999e06
parser: Reduce the source reference of main block method to its beginning

The end contains broken information which lead to a crash while trying to
report this multi-line source reference.
tests/Makefile.am
tests/parser/main-block-minimal.c-expected [new file with mode: 0644]
tests/parser/main-block-minimal.vala [new file with mode: 0644]
vala/valaparser.vala