GNOME Bugzilla – Bug 788862
model: Deal with possible null of SettingsSchemaSource.get_default()
Last modified: 2017-10-12 12:13:58 UTC
An introspection annotation fix in glib renders the get_default() method nullable which causes a compile failure while using --experimental-non-null. https://git.gnome.org/browse/glib/commit/?id=e34884e364f572d7d891f584a479e583114190aa
Created attachment 361404 [details] [review] model: Deal with possible null of SettingsSchemaSource.get_default() https://git.gnome.org/browse/glib/commit/?id=e34884e364f572d7d891f584a479e583114190aa
http://paldo.org:8010/builders/vala-staging/builds/302/steps/dconf-editor/logs/stdio
I fixed it the complete way[1]. Thanks for the notification! https://git.gnome.org/browse/dconf-editor/commit/?id=2b3904b911aba6736bcd8581ee7375d3019a6115
Thanks, I expected so.