[Vala] Bug: Assert failure in compiler



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$


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