Skip to content

Switch out assertions to `g_critical()` or `g_return_val()`

Mario Limonciello requested to merge superm1/less-assertions into main

CI already run with env["G_DEBUG"] = "fatal-criticals" and these errors would cause the daemon to abort. In the event something escapes don't show a crash on a regular user's system.

Merge request reports