-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Repository not in active maintenance? #9
Comments
That would be great - I'm in the process of learning about core and many roads lead here. I can imagine a lot of documentation could go in the readme etc. |
@tonyday567 You can now find it in stackage nightly. I've taken up keeping the stackage maintainer handle at least for now :) It might be worth to taking over the package on hackage later on if no updates occur. I can see several PRs and issues that haven't been responded to. Especially since I can see that the package was originally authored by Don Stewart, and I think this just put it on hackage. |
Hi guys. I'm trying to inspect some ghc core output. I'm not even sure what file i should generate. There are just so many possible flags. It would be good to have a tabular description for each flag with the following columns:
Maybe some of this information could be obtained from here https://ghc.haskell.org/trac/ghc/wiki/Commentary/Compiler Anyway i used these commands to get some files:
(Contains some more flags than which is really relevant to dumping core files) The gave the following files:
in:
(stack was on lts-9.21 for this one) So i noticed that ghc-core also uses the I tried to run Hopefully somebody finds this helpful on how to generate intermediate source files with stack. From there i'm still in the dark about how to read these files. |
I see there hasn't been an update in quite a while, and wanted to reach out because I was considering taking over maintenance if you don't find you have time for this anymore. This way we can get it on stackage etc :)
Let me know your thoughts!
The text was updated successfully, but these errors were encountered: