-
-
Notifications
You must be signed in to change notification settings - Fork 88
Conversation
f206892
to
20aef87
Compare
The tests fails in a very weird way. It complains about a missing header @GuillaumeGomez any idea? |
Ah it actually fails locally as well. Weird |
You need to use the |
a4ceb81
to
7d1abb6
Compare
2efed3e
to
6d1e263
Compare
Now only fails with the following:
This is a bug in gio: nothing includes #error "You must define G_SETTINGS_ENABLE_BACKEND before including <gio/gsettingsbackend.h>." |
629c072
to
14251e9
Compare
Once we're done with this, a big squash will be welcome. :) |
14251e9
to
541f7b5
Compare
You accidentally reverted db778f3, that's why the CI fails now. For this to stay around we need to fix |
541f7b5
to
ff496a0
Compare
Added it back now so we can see if everything passes now at least. Can you create an issue for this problem in gir? Also gtk-rs/gir#979 is another issue that currently has changes to autogenerated code. We should clean those two up ASAP. |
Still fails because
That constant and the class struct need to be ignored separately in -sys mode. @bilelmoussaoui you update that? |
64ce23d
to
e06fe4e
Compare
It seems there's an issue with |
f581111
to
6257592
Compare
6257592
to
d7996cb
Compare
This should pass this time :) I have disabled the -sys tests for the problematic ones & added them to the CI issue, I will try to tackle those as soon as I can. |
It passed! \o/ If it's ok for you, I think we can merge. |
All good, go ahead o/ |
Thanks! |
@bilelmoussaoui Can you create an issue for the gio-sys pkg-config problem for gir, so we can solve it properly? :) |
Let's see if this builds fine