dump-core
dump-core copied to clipboard
I have package.yaml configured and I deleted `.stack-work`, but only `Main.html` and `Paths_${package name}_hs.html` are generated by both`stack build` and `rm -rf ~/.cabal` `cabal v2-build`. `stack build --profile` also did...
``` $ stack ghc -- -O0 test.hs -fplugin=DumpCore -fplugin-opt DumpCore:core-html [1 of 1] Compiling Test ( test.hs, test.o ) [DumpCore changed] ghc.EXE: panic! (the 'impossible' happened) (GHC version 8.0.1 for...
Reading core with `dump-core` is great but when it comes to reporting your findings to trac, it is very hard to copy the nicely indented output into a bug report....
It would be useful to be able to click on an identifier and jump to where it is defined, it can be quite a long way away in module. The...
It would be great if the tool could take in dumps from different phases of the core-to-core pipeline, and present it in a way that makes it easy to observe...