]> git.ipfire.org Git - thirdparty/vala.git/commit
vala: Multiple lamdba arguments in method call should all use closure scope 92ba4e178723b1aa6404da556c79b08abe5eaf05
authorRico Tzschichholz <ricotz@ubuntu.com>
Tue, 15 Jan 2019 09:44:12 +0000 (10:44 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Tue, 15 Jan 2019 15:49:18 +0000 (16:49 +0100)
commit92ba4e178723b1aa6404da556c79b08abe5eaf05
tree6e3e57ef7ef143d926691d3ae8197bf26d0c2af3
parent82ae929d1c63f70398aeb6b322519a771b6ae1ff
vala: Multiple lamdba arguments in method call should all use closure scope

This does not enable proper support for delegates sharing a data argument,
but allows this special case.

See https://gitlab.gnome.org/GNOME/vala/issues/59
tests/Makefile.am
tests/delegates/lambda-shared-closure.vala [new file with mode: 0644]
vala/valamethodcall.vala