`renameInterface` space leak fixes
- Change logic for accumulation of names for which link warnings will be generated - Change handling of `--ignore-link-symbol` to allow qualified and unqualified names. Added to CHANGES.md - Some formatting changes and comments here and there
Showing
- CHANGES.md 3 additions, 0 deletionsCHANGES.md
- haddock-api/src/Haddock.hs 16 additions, 8 deletionshaddock-api/src/Haddock.hs
- haddock-api/src/Haddock/Backends/Hoogle.hs 5 additions, 5 deletionshaddock-api/src/Haddock/Backends/Hoogle.hs
- haddock-api/src/Haddock/GhcUtils.hs 3 additions, 5 deletionshaddock-api/src/Haddock/GhcUtils.hs
- haddock-api/src/Haddock/Interface.hs 53 additions, 28 deletionshaddock-api/src/Haddock/Interface.hs
- haddock-api/src/Haddock/Interface/Create.hs 1 addition, 1 deletionhaddock-api/src/Haddock/Interface/Create.hs
- haddock-api/src/Haddock/Interface/Rename.hs 210 additions, 186 deletionshaddock-api/src/Haddock/Interface/Rename.hs
- haddock-api/src/Haddock/InterfaceFile.hs 1 addition, 1 deletionhaddock-api/src/Haddock/InterfaceFile.hs
- haddock-api/src/Haddock/Options.hs 40 additions, 2 deletionshaddock-api/src/Haddock/Options.hs
- haddock-api/src/Haddock/Types.hs 0 additions, 2 deletionshaddock-api/src/Haddock/Types.hs
Loading
Please register or sign in to comment