~ubuntu-desktop/ubuntu/+source/vala:upstream/latest

Last commit made on 2018-07-17
Get this branch:
git clone -b upstream/latest https://git.launchpad.net/~ubuntu-desktop/ubuntu/+source/vala
Members of Ubuntu Desktop can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
upstream/latest
Repository:
lp:~ubuntu-desktop/ubuntu/+source/vala

Recent commits

2846148... by Rico Tzschichholz

New upstream version 0.40.8

63ddb7a... by Rico Tzschichholz

Release 0.40.8

89aedae... by Rico Tzschichholz

manual: Update from wiki.gnome.org

009a317... by Rico Tzschichholz

gstreamer-rtsp-server-1.0: Update from 1.14+ git master

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

4f8931d... by Rico Tzschichholz

gtk+-4.0: Update to 3.94.0+bf5f27c6

17e4d2a... by Rico Tzschichholz

tests: Add invalid "empty" enum/errordomain tests to increase coverage

e7732e0... by Rico Tzschichholz

gio-2.0: Add custom IOError.from_errno() to make it work as expected

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

2a99b90... by Rico Tzschichholz

codewriter: Output bodies of code-blocks if in VAPIGEN mode

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

ac0e50e... by Rico Tzschichholz

parser: Accept "empty" enums/error-domains

This drops the semantic check from the parser. Actual errors will be caught
later by the SemanticAnalyzer.

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

2fa4f12... by Rico Tzschichholz

vala: Report error for error-domains without any code