Skip to content
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

Make hie-core outside an IDE work better #1895

Merged
merged 9 commits into from
Jun 26, 2019
Merged

Make hie-core outside an IDE work better #1895

merged 9 commits into from
Jun 26, 2019

Conversation

neil-da
Copy link
Contributor

@neil-da neil-da commented Jun 26, 2019

I added proper command line arguments, and made is so that running hie-core in a directory with no arguments just tries to load every .hs file and reports which ones work/don't. That's a really handy way to debug hie-bios and gives users a good sense of how their code will behave before they start the IDE.

@neil-da neil-da requested review from cocreature, hurryabit and a user June 26, 2019 14:55
Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@neil-da neil-da merged commit 8db9941 into master Jun 26, 2019
@neil-da neil-da deleted the hie-demo-better branch June 26, 2019 16:07
hsenag pushed a commit to hsenag/daml that referenced this pull request Sep 13, 2019
* Move the hie-core demo files around (they aren't really a demo anymore)

* Split the command line parsing into a separate module

* Give messages about how long starting something takes

* Make the interactive mode say what it is doing a bit more

* Add a --cwd flag to hie-core

* Take a list of files and directories for hie-core

* Update the readme to say how to test using hie-core

* Fix up the bazel file

* Add HLint exception
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants