Me! since yesterday
On Thu, Aug 21, 2008 at 6:11 PM, Yu Feng <[EMAIL PROTECTED]> wrote: > Dear Juerg, and others, > > A trunk built from a vala 0.3.4 can not compile any program, giving the > following error. > ----oxoxoxoxoxoxoxoxox---- > (lt-valac:9022): GLib-GObject-WARNING **: invalid cast from > `GeeArrayList' to `GObject' > > (lt-valac:9022): GLib-GObject-CRITICAL **: g_object_get: assertion > `G_IS_OBJECT (object)' failed > ** > ** ERROR:(arraylist.c:164):gee_array_list_real_get: assertion failed: > (index >= 0 && index < self->priv->_size) > ----oxoxoxoxoxoxoxoxox---- > > I believe it is because of > ------------------------------------------------------------------------ > r1757 | juergbi | 2008-08-14 17:22:53 -0400 (Thu, 14 Aug 2008) | 5 lines > > 2008-08-14 Jürg Billeter <[EMAIL PROTECTED]> > > Don't derive from GObject in libvala where not necessary to improve > compilation performance > ---------------------- > > check gee/collection.c > > $ grep G_OBJECT *.c > collection.c: g_object_get (G_OBJECT (self), "size", &value, NULL); > map.c: g_object_get (G_OBJECT (self), "size", &value, NULL); > > Can anyone reproduce the problem? > > Best, > > > Yu > > > _______________________________________________ > Vala-list mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/vala-list > _______________________________________________ Vala-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/vala-list
