]> git.ipfire.org Git - thirdparty/vala.git/commit
GAsync: Fix capturing type parameters in async methods
authorLuca Bruno <lucabru@src.gnome.org>
Sun, 10 Jul 2011 12:02:36 +0000 (14:02 +0200)
committerLuca Bruno <lucabru@src.gnome.org>
Sun, 10 Jul 2011 12:03:39 +0000 (14:03 +0200)
commit2fa23f280466366c33f14c36bb7803c87892f79f
tree1f1f138e4350c8a6e49051148e2fb9035d2f858d
parentdd5e668522b194ade8118dc3620457cd1b7ed9d5
GAsync: Fix capturing type parameters in async methods

Fixes bug 654337.
codegen/valaccodebasemodule.vala
tests/Makefile.am
tests/asynchronous/bug654337.vala [new file with mode: 0644]