vala:wip/issue/996

Last commit made on 2020-05-23
Get this branch:
git clone -b wip/issue/996 https://git.launchpad.net/vala

Branch merges

Branch information

Name:
wip/issue/996
Repository:
lp:vala

Recent commits

086cd34... by Rico Tzschichholz

girwriter: Evaluate and output non literal enum-value if it is a simple constant

This avoids the output of "(null)" in the generated GIR for these cases.

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

f844ad1... by wb9688 <email address hidden>

glib-2.0: Map given end == 0 for string.slice/splice() to string.length

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

481ca63... by Rico Tzschichholz

gtk+-3.0: Deprecated abstract methods are not required to be implemented

a3e7970... by Rico Tzschichholz

Sync NEWS from 0.48

b76e60c... by Rico Tzschichholz

vapi: Update GIR-based bindings

24de57b... by Rico Tzschichholz

gstreamer: Update from 1.17.0+ git master

32e369f... by Rico Tzschichholz

webkit2gtk-4.0: Update to 2.29.1

8c60585... by Rico Tzschichholz

gtk4: Update to 3.98.3+028942c8

ccf7c15... by Rico Tzschichholz

girparser: Add support for boolean "new" argument for methods

00bef7c... by Rico Tzschichholz

vala: Explicit "new" method may be incompatible with a posssible base method