haskell / ghc-events

Library and tool for parsing .eventlog files from GHC
http://www.haskell.org/haskellwiki/ThreadScope
Other
33 stars 34 forks source link

ghc-events show should exit with an error by default if it fails to consume the complete eventlog. #85

Closed AndreasPK closed 1 year ago

AndreasPK commented 2 years ago

This would make debugging issues with incomplete/partial/corrupted eventlogs easier.

bgamari commented 2 years ago

Fixed in #86.