]> git.ipfire.org Git - thirdparty/vala.git/commit
vala: Support "unowned var" to declare local variables
authorRico Tzschichholz <ricotz@ubuntu.com>
Thu, 3 Oct 2019 18:42:58 +0000 (20:42 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Tue, 5 Nov 2019 21:52:00 +0000 (22:52 +0100)
commit39331e235f1183223c8ea685e3501ab4ca932c8f
tree9264907c7299933da77034c7f064b794f19570e4
parent7c367780af1677278ed83d6afc2c5933211c3155
vala: Support "unowned var" to declare local variables

Based on patch by Aaron Andersen

Fixes https://gitlab.gnome.org/GNOME/vala/issues/152
tests/Makefile.am
tests/parser/local-variable.vala [new file with mode: 0644]
vala/Makefile.am
vala/valalocalvariable.vala
vala/valaparser.vala
vala/valavartype.vala [new file with mode: 0644]