Re: [Vala] Bug: Assert failure in compiler



FIle it here:

https://bugzilla.gnome.org/

Under Vala

Steven N. Oliver

On Thu, May 7, 2015 at 8:29 PM, Craig <weberc2 gmail com> wrote:

Hi,

I think I found a bug (see the text at the end). Where can I report this?

Thanks,
Craig

someone someone-desktop:~/temp$ cat test.vala
public class Hello<T> {
    public delegate void HelloFunc(T t);
    public HelloFunc _hello = (t) => {};
}
someone someone-desktop:~/temp$ valac -c test.vala
**
ERROR:valasemanticanalyzer.c:5015:vala_semantic_analyzer_get_actual_type:
assertion failed: (instance_type != null)
Aborted (core dumped)
someone someone-desktop:~/temp$ valac --version
Vala 0.24.0
someone someone-desktop:~/temp$
_______________________________________________
vala-list mailing list
vala-list gnome org
https://mail.gnome.org/mailman/listinfo/vala-list



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]