vala:main

Last commit made on 2024-04-17
Get this branch:
git clone -b main https://git.launchpad.net/vala

Branch merges

Branch information

Name:
main
Repository:
lp:vala

Recent commits

7aa5a65... by Reuben Thomas

gnu: add binding for flock(2) and its constants

7e17c3f... by Rico Tzschichholz

vala: Inherit important attributes for Property backing field

fd354e5... by Rico Tzschichholz

codegen: Only handle null-terminated array as such if there is no length given

c8c3f90... by Rico Tzschichholz

codegen: Refactor and cache parameter in loop

1c151f5... by Rico Tzschichholz

vala: Report invalid type in property assignment attempt

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

689d13e... by Rico Tzschichholz

vala: Point to the invalid initializer on error

4646190... by Reuben Thomas

glib-2.0: Add SPACING_MARK, deprecate COMBINING_MARK

46d4185... by Zhou Qiankang <email address hidden>

glib-2.0: Avoid unnecessary copying operations in FileStream.read_line()

86984c5... by Rico Tzschichholz

codegen: Properly pass through a null-terminated out argument

43a348b... by Rico Tzschichholz

codegen: Update array length variable passed to null-terminated ref parameter

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