This repository has been archived by the owner on Jan 2, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 97
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. `git clone https://github.com/digital-asset/daml.git` | ||
2. `cd daml/compiler/ghcide` | ||
1. `git clone https://github.com/digital-asset/ghcide.git` | ||
2. `cd ghcide` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch!
garyverhaegen-da
approved these changes
Sep 10, 2019
mpickering
referenced
this pull request
in mpickering/ghcide
Feb 11, 2020
Implement "hie" files for ghc-8.6.5
alanz
referenced
this pull request
in alanz/ghcide
Mar 15, 2020
This is a squash commit onto 2ae46ae from mpickering/wip/multi, to simplify rebasing onto other branches. ---------- This implements multi-component using separate HscEnv’s which is not great but semes to work somehow. The biggest issue atm is files it `autogen` directories which need to be explicitly specified in hie.yaml which is rather annoying. We need to find some solution for that and stop spinning up one HscEnv per component before merging this. - This is the commit message #2: Get the terminal test thingy to work with multicradles - This is the commit message #3: Split up initialization of HscEnv into package setup and rest - This is the commit message #4: Share HscEnv - This is the commit message #5: avoid shelling out to cabal once per file - This is the commit message #6: WIP - This is the commit message #7: PROOF-OF-CONCEPT - This is the commit message #8: More working - This is the commit message #9: Try to simplify, with some success - This is the commit message #10: Revert "Try to simplify, with some success" This reverts commit e1d6618. - This is the commit message #11: ghc 8.10 compatibility (CPP optP) (haskell#452) - This is the commit message #12: Revert "Revert "Try to simplify, with some success"" This reverts commit e02b48d. - This is the commit message #13: Twists and turns - This is the commit message #14: Something which works * One unit ID for every module * Use alwaysRerun to make use the session is not cached per file * Clarify that the targets must in one of the import dirs - This is the commit message #15: Fix cache logic for TargetFile targets - This is the commit message #16: Clean up warnings - This is the commit message #17: Comments - This is the commit message #18: comment - This is the commit message #19: comment - This is the commit message haskell#20: More cleanup - This is the commit message haskell#21: Fix 8.6.5 compilation - This is the commit message haskell#22: Small tweaks for haskell-ide-engine
pepeiborra
pushed a commit
to pepeiborra/ide
that referenced
this pull request
Dec 29, 2020
pepeiborra
pushed a commit
to pepeiborra/ide
that referenced
this pull request
Dec 29, 2020
pepeiborra
pushed a commit
to pepeiborra/ide
that referenced
this pull request
Dec 29, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.