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 db5e788 commit b81ab15Copy full SHA for b81ab15
plugins/default/src/Ide/Plugin/Retrie.hs
@@ -367,8 +367,8 @@ callRetrie state session rewrites origin restrictToOriginatingFile = do
367
Just (stringToStringBuffer contents)
368
}
369
logPriority (ideLogger state) Info $ T.pack $ "Parsing module: " <> t
370
- (_, parsed) <-
371
- runGhcEnv session (parseModule ms')
+ parsed <-
+ evalGhcEnv session (parseModule ms')
372
`catch` \e -> throwIO (GHCParseError nt (show @SomeException e))
373
(fixities, parsed) <- fixFixities f (fixAnns parsed)
374
return (fixities, parsed)
0 commit comments