Richard Hughes
Richard Hughes
It should look a lot like https://github.com/fwupd/fwupd/blob/master/libfwupd/meson.build#L60 -- right?
Do we need the icon path when importing the dep11 file? Surely for gnome-software we just need to set it on the AsIcon directly?
It's quite unusual to merge branches together, no? I think the appstream-util check is useful, and has caught out bugs like not incrementing the year in the past.
Is -pre2 a semver?
> What's the allowed syntax there I think a semver is probably the safe subset of what's supported everywhere.
Urgh, so known issue which has existed since the beginning of the project. In fwupd and libxmlb we keep the .map file up to date and verify it on each...
> Since asglib also doesn't export -private headers, maybe making all symbols in those headers private won't actually break anything as well, as nothing uses the symbols in there? Ohh,...
> where GCC symbol visibility is changed explicitly Do you know if there is a Glib macro for this? Thanks.
@pwithnall what about something like this^^
@pwithnall I think the next step would be to whitelist symbols in a map file. Maybe that's the only sane step?