Re: [Vala] Bug: Funny signal declarations make valac cry



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]