Results 397 comments of refi64

Just out of curiosity, has anyone considered just using objects as the interface? (IIRC this is how Felix does plugins.) The main program defines an abstract class specifying the plugin...

IMO this is still useful in a platform-specific context and shouldn't be removed, maybe just renamed to platform_exit_status or similar? On Fri, Jan 3, 2020, 7:33 PM Sijawusz Pur Rahnama...

That's not really the same. Since exit_code is undefined if the process didn't exit normally, you'd have to have a chain of ifs tested if it was exited, signaled, or...

I've had to rebuild exit status values before because a language doesn't expose it, it's a pretty painful experience and I don't really see any loss from having e.g. platform_exit_status.

@rrousselGit oops I didn't realize there *were* tests because I had badly misread how they work, should be added now.

Honestly I kind of like the idea of having something other than promises, which I sometimes feel like is a bad solution but manages to be used everywhere...

Doesn't Flatpak detect what GTK3 theme is active to know what to download? If that changed for GTK4 then Flatpak would need changes too.