]> git.ipfire.org Git - thirdparty/vala.git/commit
vala: Restore DestroysInstance behaviour for non-compact classes
authorRico Tzschichholz <ricotz@ubuntu.com>
Wed, 6 Nov 2019 20:03:51 +0000 (21:03 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Thu, 7 Nov 2019 11:11:49 +0000 (12:11 +0100)
commit3356f17f55584002aef412efbdee84fab5c7df8e
tree0d345d2114f680cdf8e96c03826c6be81d69227c
parentb6d401f54ee8d467ac70890e6d60165c5cbe8692
vala: Restore DestroysInstance behaviour for non-compact classes

Although this attribute is not meant to be applied on methods of reference
counted classes, the original behaviour should not be changed silently.

Regression of 3d83f31a659bd179e8a867dd054126ac6f22e82b

Fixes https://gitlab.gnome.org/GNOME/vala/issues/873
tests/Makefile.am
tests/objects/class-destroysinstance.vala [new file with mode: 0644]
vala/valamemberaccess.vala