vala:wip/tintou/source-file-remove-code-context

Last commit made on 2019-03-15
Get this branch:
git clone -b wip/tintou/source-file-remove-code-context https://git.launchpad.net/vala

Branch merges

Branch information

Name:
wip/tintou/source-file-remove-code-context
Repository:
lp:vala

Recent commits

378a1d0... by Corentin Noël

vala: Ensure that the CodeContext has no reference to the node before removing it

5a5da40... by Rico Tzschichholz

vte-2.90: Mark as deprecated, it was replaced by vte-2.91

fac2cec... by Rico Tzschichholz

parser: Implicit creation method of abstract classes must be protected

ea77a74... by Rico Tzschichholz

Mark defined constructors of abstract classes as protected

2bd25b6... by Rico Tzschichholz

gio-2.0: SocketAddress.from_native() is a factory method not a constructor

2703619... by Rico Tzschichholz

vala: Allow assignment of 0U to enum types

Don't restrict unsigned 0 literal to flags-enums though.

9199f6a... by Rico Tzschichholz

ccodegen: Use unsigned default value for flags-enum

0d09b1d... by Rico Tzschichholz

tests: Add "method ccode return-type" test to increase coverage

https://bugzilla.gnome.org/show_bug.cgi?id=699956

371512e... by Rico Tzschichholz

tests: Extend "struct with delegate" test to increase coverage

a8d1c68... by Rico Tzschichholz

gsignal: Move disconnect error from signal-module to semantic-analyzer pass

Add corresponding invalid test to increase coverage