Array concatenation fails to build with posix profile
void main() {
string[] arrstr = {"a","b"};
arrstr += "c";
}
vala -C --profile=posix v.vala generate C code with error
v.vala.c:29:21: error: expected expression before 'char'
29 | *array = g_renew (char*, *array, (*size) + 1);
| ^~~~"
To upload designs, you'll need to enable LFS and have admin enable hashed storage. More information