call visit_end_full_expression for collection expression return array
authorJuerg Billeter <j@bitron.ch>
Wed, 11 Jul 2007 13:30:02 +0000 (13:30 +0000)
committerJürg Billeter <juergbi@src.gnome.org>
Wed, 11 Jul 2007 13:30:02 +0000 (13:30 +0000)
commit208428072258f7115142e0734d15c17c7e92a504
tree00c0702a4dd231c9ca10e8e2bc964d56f795fd32
parente41d9f6db3e11c498c09ff1019bb53821004adba
call visit_end_full_expression for collection expression return array

2007-07-11  Juerg Billeter  <j@bitron.ch>

* vala/valaforeachstatement.vala: call visit_end_full_expression for
  collection expression
* gobject/valacodegenerator.vala, gobject/valacodegeneratormethod.vala:
  return array length if appropriate
* tests/test-032.vala, tests/test-032.out: test array as return value
* tests/Makefile.am: update

Fixes bug 453676

svn path=/trunk/; revision=344
ChangeLog
gobject/valacodegenerator.vala
gobject/valacodegeneratormethod.vala
tests/Makefile.am
tests/test-032.out [new file with mode: 0644]
tests/test-032.vala [new file with mode: 0644]
vala/valaforeachstatement.vala