bleakgrey / tootle

GTK-based Mastodon client for Linux
GNU General Public License v3.0
401 stars 61 forks source link

flatpak: Use the master SDK #272

Open Kekun opened 3 years ago

Kekun commented 3 years ago

This helps catching errors earlier and avoids building libhandy (as this SDK version contains it).

alatiera commented 3 years ago

Hi, as one of the maintainers of the Runtime I would strongly advise against using the Nightly Sdk in third-party apps, unless you have time to spare and are prepared to debug potential runtime breakages and issues.

It doesn't happen often, but there are occasional ABI breaks that can even prevent apps from launching until recompiled.