-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Patch "HLS stuck (init then no progress) since multi home support" (#156
- Loading branch information
1 parent
ff46fd1
commit 559157f
Showing
2 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/session-loader/Development/IDE/Session.hs b/session-loader/Development/IDE/Session.hs | ||
index bdd27f3d..2639631d 100644 | ||
--- a/session-loader/Development/IDE/Session.hs | ||
+++ b/session-loader/Development/IDE/Session.hs | ||
@@ -880,7 +880,7 @@ newComponentCache recorder exts cradlePath _cfp hsc_env old_cis new_cis = do | ||
getSession | ||
#endif | ||
henv <- createHscEnvEq thisEnv (zip uids dfs) | ||
- let targetEnv = (if isBad ci then multi_errs else [], Just henv) | ||
+ let targetEnv = ([], Just henv) | ||
targetDepends = componentDependencyInfo ci | ||
res = ( targetEnv, targetDepends) | ||
logWith recorder Debug $ LogNewComponentCache res |
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