]> git.ipfire.org Git - thirdparty/vala.git/commit
vala: Inline allocated arrays require length or initializer
authorRico Tzschichholz <ricotz@ubuntu.com>
Sat, 1 Feb 2020 13:47:00 +0000 (14:47 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sat, 1 Feb 2020 13:58:43 +0000 (14:58 +0100)
commite336a027c3ee11a1250abd455ebadd5b32a4756a
tree066ebce056a338c8f0747b3d9c1f37f7b44fc02f
parentebda0136b9525ce5d1b322995ab5d0e70ade79a3
vala: Inline allocated arrays require length or initializer

Fixes https://gitlab.gnome.org/GNOME/vala/issues/903
tests/Makefile.am
tests/arrays/inline-field.test [new file with mode: 0644]
tests/arrays/inline-local-variable.test [new file with mode: 0644]
tests/arrays/inline-parameter.test [new file with mode: 0644]
tests/arrays/inline-struct-field.test [new file with mode: 0644]
vala/valafield.vala
vala/valalocalvariable.vala
vala/valaparameter.vala
vala/valaparser.vala