]> 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>
Wed, 16 Feb 2022 17:30:39 +0000 (18:30 +0100)
commitea1d2aedd77b5a84617fce0e2942a284ce59b5b9
treea24d5d58f0955f232aaa357e5d5d86913e043eb4
parenta348816236b7f71fcd33603c844f2a37e3e82be9
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.vala [new file with mode: 0644]
vala/valaparser.vala