vala:0.40

Last commit made on 2021-01-11
Get this branch:
git clone -b 0.40 https://git.launchpad.net/vala

Branch merges

Branch information

Name:
0.40
Repository:
lp:vala

Recent commits

666bea0... by Rico Tzschichholz

Release 0.40.25

f94695e... by Rico Tzschichholz

codegen: Fix assignment of casted struct value to property

Usage of address-of operator requires lvalue access. Therefore use a
temporary variable to be passed to property setter.

Fixes https://gitlab.gnome.org/GNOME/vala/issues/1126

ef4402d... by Rico Tzschichholz

tests: Add "gtktemplate" test to increase coverage

Backported from 0.48

b25b1ea... by Rico Tzschichholz

tests: Add "fast-vapi" test to increase coverage

Backported from 0.48

fe51e09... by Rico Tzschichholz

gio-2.0: Fix DBusSubtreeIntrospectFunc binding

e35c6cd... by Rico Tzschichholz

tests: Add "string switch" test to increase coverage

c459198... by Rico Tzschichholz

tests: Add more "array field initializer" tests to increase coverage

6f896c3... by Rico Tzschichholz

codegen: Don't leak memory on internal value comparison of property setter

9f2d548... by Rico Tzschichholz

codegen: Don't leak memory of already assigned out-parameter on error

Fixes https://gitlab.gnome.org/GNOME/vala/issues/1123

43df311... by Rico Tzschichholz

codegen: Use CCodeInvalidExpression instead of place holders