vala:0.56

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

Branch merges

Branch information

Name:
0.56
Repository:
lp:vala

Recent commits

ef0d911... by Rico Tzschichholz

Release 0.56.17

068657e... by Reuben Thomas

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

ecd836b... by Rico Tzschichholz

vala: Inherit important attributes for Property backing field

1751a34... by Rico Tzschichholz

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

0a72b92... by Rico Tzschichholz

codegen: Refactor and cache parameter in loop

c78268e... by Rico Tzschichholz

glib-2.0: Add dev_t/gid_t/pid_t/uid_t/socklen_t types for compatibility

Cherry-picked from 935260ceb87a4d744509f5624be9035ab2299de9

4ffb53b... by Rico Tzschichholz

vala: Report invalid type in property assignment attempt

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

c0b3c53... by Rico Tzschichholz

vala: Point to the invalid initializer on error

3a9a1f6... by Reuben Thomas

glib-2.0: Add SPACING_MARK, deprecate COMBINING_MARK

2cfa367... by Zhou Qiankang <email address hidden>

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