]> git.ipfire.org Git - thirdparty/vala.git/commit
vala: Do not allow to change .length of arrays with fixed length
authorFlorian Brosch <flo.brosch@gmail.com>
Wed, 17 Sep 2014 12:45:52 +0000 (14:45 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Tue, 29 Oct 2019 15:52:41 +0000 (16:52 +0100)
commitc9e00a0f38ba0bbe5742655ce96f20df15313ab6
tree9007fe4563dfc59977fd14bae7be17d76206701c
parent2e62cf3188b953498559d2cf96045a43bb0f98c8
vala: Do not allow to change .length of arrays with fixed length

This would result in invalid C code.
tests/arrays/fixed-length-read-only-length.test [new file with mode: 0644]
vala/valaassignment.vala