We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4d5272 commit 24abcc3Copy full SHA for 24abcc3
plugins/default/src/Ide/Plugin/Retrie.hs
@@ -368,8 +368,8 @@ callRetrie state session rewrites origin restrictToOriginatingFile = do
368
Just (stringToStringBuffer contents)
369
}
370
logPriority (ideLogger state) Info $ T.pack $ "Parsing module: " <> t
371
- (_, parsed) <-
372
- runGhcEnv session (parseModule ms')
+ parsed <-
+ evalGhcEnv session (parseModule ms')
373
`catch` \e -> throwIO (GHCParseError nt (show @SomeException e))
374
(fixities, parsed) <- fixFixities f (fixAnns parsed)
375
return (fixities, parsed)
0 commit comments