Closed jneira closed 5 years ago
Ok i've changed the code to use errorHandlers
like Haskell.Ide.Engine.Ghc
already did.
The solution for SourceError
s is the simpler one (but i am not sure if it is the correct one): let the cradle be initialized in case there are SourceError
s cause hie will use it for compute diagnostics (that is the specialized place to do it) and report them for the user.