vala:tintou/dbus-coverage

Last commit made on 2020-04-04
Get this branch:
git clone -b tintou/dbus-coverage https://git.launchpad.net/vala

Branch merges

Branch information

Name:
tintou/dbus-coverage
Repository:
lp:vala

Recent commits

0aa0628... by Corentin Noël

dbus: increase code coverage

Add test for multiple signals generation, private signals, signals with arrays and plugins.

d08837b... by Rico Tzschichholz

tests: Extend "array foreach" test to increase coverage

792e967... by Rico Tzschichholz

vala: Consider boolean types are compatible with each other

c69b486... by Rico Tzschichholz

tests: Add "expression as argument" tests to increase coverage

aa56462... by Rico Tzschichholz

codegen: Correct field declaration for captured inline-allocated array

Also pass proper size to memset for local temp variables of
inline-allocated arrays in asynchronous context.

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

21900b6... by Rico Tzschichholz

codegen: Don't free value if property setter takes ownership

Correctly handle owned property accessor in object initializer.

In addition to c0e955db075d3d155782c167a0abb81e0dce5f59

See https://gitlab.gnome.org/GNOME/vala/issues/953

2ab3b67... by Rico Tzschichholz

tests: Add "local clash with implicit this" test to increase coverage

f9c688a... by Rico Tzschichholz

tests: Add "switch enum" test to increase coverage

795e321... by Rico Tzschichholz

codegen: Avoid critical trying to serialize an unsupported type to Variant

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

dfc814c... by Rico Tzschichholz

vala: Handle all ctors and dtors in CodeWriter