You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MacOS has a notion of 'main thread' and in runghc a different thread is being used as the UI thread. On Mojave this no longer works -- you get a big WARNING on stderr, but jsaddle seems to think everything succeeded and keeps running. Unfortunately, the only UI element that comes up is a dock icon.
There may not be a way to make runghc and other things that use a spawned thread as a UI thread work on this version of macOS, but at least they should fail cleanly.
The text was updated successfully, but these errors were encountered:
MacOS has a notion of 'main thread' and in runghc a different thread is being used as the UI thread. On Mojave this no longer works -- you get a big WARNING on stderr, but jsaddle seems to think everything succeeded and keeps running. Unfortunately, the only UI element that comes up is a dock icon.
There may not be a way to make runghc and other things that use a spawned thread as a UI thread work on this version of macOS, but at least they should fail cleanly.
The text was updated successfully, but these errors were encountered: