Jiří Zárevúcky wrote: > It's an interesting concept. Compile time analysis would be good. I'm > just a little afraid it's going to be implemented like the current > argument checking - by checking at runtime. Checking values at every > assignment would be so not cool.
Yes, it's an interesting concept. '--enable-experimental-non-null' is exactly for this kind of compile time analysis, no additional run-time checks involved. Best regards, Frederik _______________________________________________ Vala-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/vala-list
