]> git.ipfire.org Git - thirdparty/vala.git/commit
codegen: Correct field declaration for captured inline-allocated array aa56462e5a25e6843faf4353ca396a069cd431e4
authorRico Tzschichholz <ricotz@ubuntu.com>
Tue, 31 Mar 2020 12:55:59 +0000 (14:55 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Tue, 31 Mar 2020 12:55:59 +0000 (14:55 +0200)
commitaa56462e5a25e6843faf4353ca396a069cd431e4
treeb9c401a7cb7c999b94fcf0cf24f20a918e585541
parent21900b6705c51c50049bc230718026b9c06c4f79
codegen: Correct field declaration for captured inline-allocated array

Also pass proper size to memset for local temp variables of
inline-allocated arrays in asynchronous context.

Fixes https://gitlab.gnome.org/GNOME/vala/issues/954
codegen/valaccodebasemodule.vala
codegen/valagasyncmodule.vala
tests/Makefile.am
tests/asynchronous/captured-fixed-array.vala [new file with mode: 0644]