Turn some uses of error into recoverable warnings
This should at the very least not abort when something weird happens. It does feel like we should have a type that carries these errors until the end however as the user might not see them unless they are printed at the end.
Showing
- haddock-api/src/Haddock/Convert.hs 97 additions, 78 deletionshaddock-api/src/Haddock/Convert.hs
- haddock-api/src/Haddock/Interface/AttachInstances.hs 34 additions, 25 deletionshaddock-api/src/Haddock/Interface/AttachInstances.hs
- haddock-api/src/Haddock/Interface/Create.hs 10 additions, 3 deletionshaddock-api/src/Haddock/Interface/Create.hs
Loading
Please register or sign in to comment