Mitsutoshi Aoe

Results 76 comments of Mitsutoshi Aoe

Okay, I'll translate the examples on `jq` website.

I think facundominguez's point is valid. Also it seems that #14 gets in the way if we're going to replace the existing sortEvents with this constant space sorting.

> Does it show a lot of 0: create thread 0 events? No, not really. [unselfish.ghc-events-inc.txt](https://github.com/haskell/ghc-events/files/4375556/unselfish.ghc-events-inc.txt) Unfortunately I don't have time to debug this today. Please feel free to take...

@Unselfish I looked into https://github.com/haskell/ThreadScope/files/4376429/log4.txt briefly and found that the header of the file seemed broken. If you look at hexdump of log4.txt, the beginning of the file looks like...

@ttuegel What do you mean by a large environment?

@ttuegel I see. You're right that a payload of an eventlog message is limited to 2^16 bytes. See postPayloadSize in the RTS. This feature was [removed](https://gitlab.haskell.org/ghc/ghc/-/issues/15371) as of GHC 8.8.1...

It seems that `setProgramName` (i.e. `g_set_prgname`) is usually used with an application ID (typically something like `org.gnome.Terminal` etc) and the name of the application is set by `setApplicationName` (i.e. `g_set_application_name`)....

If I call `Gtk.initGUI` before a call to `setApplicationName` it seems to work. Could you confirm?

I don't have a Mac right now but I can check the behavior later.

Sorry for the delayed response. I haven't looked into the patch yet but in general I think external sorting is a useful addition to the API.