[Vala] Bug: Assert failure in compiler
- From: Craig <weberc2 gmail com>
- To: vala-list gnome org
- Subject: [Vala] Bug: Assert failure in compiler
- Date: Thu, 7 May 2015 19:29:35 -0500
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]