Am 10.11.2022 um 20:40 schrieb Thiago Macieira:
Which uses this macro:
https://gitlab.gnome.org/GNOME/glib/-/blob/2.72.1/gobject/
gvaluecollector.h#L213-252

There's no support in it for boolean (1-byte) properties. The problem is that
f*&*!)ing Glib is written in C and refuses to use bool. They have:

typedef int    gint;
typedef gint   gboolean;

So their boolean is a 4-byte type.

Fixed in https://codereview.qt-project.org/c/qt/qtbase/+/442720


thanks for the fix, i check how far i get with this


but i would think that a ASAN build of Glib wouldn't be that bad in the
ASAN CI-config, if the server isn't exploding already :)

_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to