[Vala] Compiler not reporting illegal access from static method
- From: Nor Jaidi Tuah <norjaidi tuah ubd edu bn>
- To: <vala-list gnome org>
- Subject: [Vala] Compiler not reporting illegal access from static method
- Date: Thu, 22 Sep 2011 11:20:57 +0800
Given the following, the compiler crashes and fails to
report the illegal reference to 'thread' in the
static method 'foo'.
public class Foo {
unowned Thread<void*> thread;
public static void foo () {
if (thread == null) { }
}
public static void main() {}
}
I'm currently using 0.13.0. Is this bug still in
0.14.x? Should I file a bug report?
hand
Nor Jaidi Tuah
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]