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

IDE compatibility #665

Merged
merged 13 commits into from
Apr 10, 2020
Merged

IDE compatibility #665

merged 13 commits into from
Apr 10, 2020

Conversation

3noch
Copy link
Collaborator

@3noch 3noch commented Mar 5, 2020

This adds some flags and CI options to make it easier to integrate into IDE tools, mainly targeting ghcide currently.

I have:

  • Based work on latest develop branch
  • Looked for lint in my changes with hlint . (lint found code you did not write can be left alone)
  • Run the test suite: $(nix-build -A selftest --no-out-link)
  • (Optional) Run CI tests locally: nix-build release.nix -A build.x86_64-linux --no-out-link (or x86_64-darwin on macOS)

@3noch 3noch mentioned this pull request Mar 5, 2020
7 tasks
Copy link
Collaborator

@tomsmalley tomsmalley left a comment

Choose a reason for hiding this comment

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

Approving this, but I also added a couple of commits.

@3noch
Copy link
Collaborator Author

3noch commented Apr 10, 2020

selftest is failing so that will need to be fixed before I can merge this.

@3noch 3noch merged commit 52b3009 into develop Apr 10, 2020
@3noch 3noch deleted the eac@ghcide-compat branch April 10, 2020 23:10
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