vala:wip/issue/606

Last commit made on 2020-06-27
Get this branch:
git clone -b wip/issue/606 https://git.launchpad.net/vala

Branch merges

Branch information

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

Recent commits

e8338f0... by Rico Tzschichholz

WIP build: Check for valac with sufficient GIR support

69e2489... by Rico Tzschichholz

WIP build: Generate GIRs for libvala

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

8fc329e... by Rico Tzschichholz

WIP girwriter: Infer gir_namespace/version from target GIR filename

aae22f9... by Rico Tzschichholz

gio-2.0: Add new symbols from 2.66

3c69e29... by Rico Tzschichholz

glib-2.0: Add GLib.Uri bindings (since 2.66)

eb79785... by Rico Tzschichholz

vala: Don't carry floating reference into unknown target type expression

A floating reference result of a method, which may throw an error, needs
to be sinked when passed as argument for ellipsis parameter.

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

6ce02ca... by Rico Tzschichholz

tests: Add "named argument" test to increase coverage

34187c4... by Rico Tzschichholz

gtk4: Update to 3.98.5+1d1f618a

0be560d... by Rico Tzschichholz

vala: Improve parameter check of "get" method meant to be used by foreach (2)

Actually all integer-types as index parameter.

b4b64c9... by Rico Tzschichholz

vala: Improve parameter check of "get" method meant to be used by foreach

The index-based iteration requires the "get" method to take one integer
compatible parameter. Otherwise continue checking other options.

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