]> git.ipfire.org Git - thirdparty/vala.git/commit
vala: Don't allow "va_list" as return-type or type of fields 8ee44db879457846294ab80ba17280b228e7e2e9
authorRico Tzschichholz <ricotz@ubuntu.com>
Tue, 3 Dec 2019 12:02:13 +0000 (13:02 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Tue, 3 Dec 2019 14:50:57 +0000 (15:50 +0100)
commit8ee44db879457846294ab80ba17280b228e7e2e9
tree32afb73b6122a4026fd2e260a4389ef4e54ccca0
parent8677f0975d3db89b4e89c1031e18e206bc3e31a6
vala: Don't allow "va_list" as return-type or type of fields

Fixes https://gitlab.gnome.org/GNOME/vala/issues/884
tests/Makefile.am
tests/semantic/delegate-return-valist.test [new file with mode: 0644]
tests/semantic/field-valist.test [new file with mode: 0644]
tests/semantic/method-return-valist.test [new file with mode: 0644]
tests/semantic/signal-return-valist.test [new file with mode: 0644]
vala/valadelegate.vala
vala/valafield.vala
vala/valamethod.vala
vala/valasignal.vala