Skip to content

Do not error out for unknown scopes

Emmanuele Bassi requested to merge unknown-scope into master

If gobject-introspection adds a new scope that we do not handle, we should definitely not error out. Printing out a critical warning and asking to file an issue should be enough.

Merge request reports