]> git.ipfire.org Git - thirdparty/vala.git/commit
parser: Properly handle chained equality expressions
authorwszqkzqk <wszqkzqk@qq.com>
Tue, 13 Dec 2022 13:56:53 +0000 (21:56 +0800)
committerRico Tzschichholz <ricotz@ubuntu.com>
Thu, 22 Dec 2022 16:13:52 +0000 (17:13 +0100)
commitc5679d09cdc8b49c9b886fc6617db901350c301d
treea75445dfdeaef656e8c03140f793028c3e746369
parenta67d19f51082944e3751760d6c0ae09efc35b860
parser: Properly handle chained equality expressions

Fixes https://gitlab.gnome.org/GNOME/vala/issues/1385
codegen/valaccodebasemodule.vala
tests/Makefile.am
tests/parser/chained-equality-type-invalid.test [new file with mode: 0644]
tests/parser/chained-equality.c-expected [new file with mode: 0644]
tests/parser/chained-equality.vala [new file with mode: 0644]
vala/valabinaryexpression.vala
vala/valaparser.vala