]> git.ipfire.org Git - thirdparty/vala.git/commit
codegen: Inherit array_{length,null_terminated} from base parameter ebfe7b7411f413a8631fec22e704a0d8921f4417
authorLuca Bruno <lucabru@src.gnome.org>
Sun, 29 Sep 2013 15:35:47 +0000 (17:35 +0200)
committerLuca Bruno <lucabru@src.gnome.org>
Sun, 29 Sep 2013 15:39:39 +0000 (17:39 +0200)
commitebfe7b7411f413a8631fec22e704a0d8921f4417
tree89c196de4869856da99b0559e4e5092dcbeac751
parent26c60470621999ff2c9bc1236cbebc5538090dff
codegen: Inherit array_{length,null_terminated} from base parameter

First commit to start inheriting ccode attributes of parameters
from base parameters of base methods.

Partially fixes bug 642885.
codegen/valaccodeattribute.vala
tests/Makefile.am
tests/methods/bug642885.vala [new file with mode: 0644]
vala/valaparameter.vala