Re: [Vala] Bug: Funny signal declarations make valac cry
- From: Luca Bruno <lethalman88 gmail com>
- To: Javier Casas Velasco <javier cv proximasystems net>
- Cc: vala-list gnome org
- Subject: Re: [Vala] Bug: Funny signal declarations make valac cry
- Date: Wed, 5 Sep 2012 14:18:33 +0200
On Wed, Sep 5, 2012 at 1:50 PM, Javier Casas Velasco <
javier cv proximasystems net> wrote:
See this code, try to compile it.
using GLib;
/**
Bug report:
Funny signal declarations make valac cry
*/
class Myclass : Object{
public signal void kaboom(int a, ...);
}
public int main(string args[])
{
var t1 = new Myclass();
t1.kaboom(3, "asdf");
return 0;
}
Hi, thanks for your report. Please be aware that bug reports should be
filed at http://bugzilla.gnome.org under the vala product. Bug reports in
the mailing lists are likely to be forgotten.
Best regards,
--
www.debian.org - The Universal Operating System
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]