]> git.ipfire.org Git - thirdparty/vala.git/commit
vala: Restore DestroysInstance behaviour for non-compact classes 42dca9175240a0cfa5c002c271eb53b29afe5b7a
authorRico Tzschichholz <ricotz@ubuntu.com>
Wed, 6 Nov 2019 20:03:51 +0000 (21:03 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Wed, 6 Nov 2019 20:07:50 +0000 (21:07 +0100)
commit42dca9175240a0cfa5c002c271eb53b29afe5b7a
treec6cad5281ceccf1f1281f18b0268a2c4cdf56f88
parent3197d840f4793e90fc6fbced3de657556e010144
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