Skip to content

Draft: Enable fatal criticals in Tech Preview and Canary

Michael Catanzaro requested to merge mcatanzaro/fatal-criticals into master

Since Tech Preview and Canary exist primarily for discovering bugs, and since I really do not like it with program execution proceeds after a bug has occurred, let's make criticals fatal here. My efforts to do so globally have probably failed, but we can do so for Epiphany alpha/beta testers at least.

See also: glib#2715 (closed)

Merge request reports