[project @ 2000-11-01 17:15:28 by simonpj]
More renamer commits Versioning now works properly I think. The main irritation is that interface files now have fuly-qualified names for *everything*, even things defined in that module. This is a deficiency in the pretty printing for interface files. Probable solution: add something to the SDoc styles. But not today.
Showing
- ghc/compiler/basicTypes/BasicTypes.lhs 1 addition, 1 deletionghc/compiler/basicTypes/BasicTypes.lhs
- ghc/compiler/basicTypes/Name.lhs 7 additions, 20 deletionsghc/compiler/basicTypes/Name.lhs
- ghc/compiler/basicTypes/RdrName.lhs 8 additions, 23 deletionsghc/compiler/basicTypes/RdrName.lhs
- ghc/compiler/main/HscMain.lhs 4 additions, 1 deletionghc/compiler/main/HscMain.lhs
- ghc/compiler/main/HscTypes.lhs 10 additions, 0 deletionsghc/compiler/main/HscTypes.lhs
- ghc/compiler/main/MkIface.lhs 10 additions, 15 deletionsghc/compiler/main/MkIface.lhs
- ghc/compiler/parser/RdrHsSyn.lhs 9 additions, 9 deletionsghc/compiler/parser/RdrHsSyn.lhs
- ghc/compiler/rename/ParseIface.y 35 additions, 34 deletionsghc/compiler/rename/ParseIface.y
- ghc/compiler/rename/Rename.lhs 4 additions, 3 deletionsghc/compiler/rename/Rename.lhs
- ghc/compiler/rename/RnEnv.lhs 61 additions, 61 deletionsghc/compiler/rename/RnEnv.lhs
- ghc/compiler/rename/RnHiFiles.lhs 3 additions, 21 deletionsghc/compiler/rename/RnHiFiles.lhs
- ghc/compiler/rename/RnIfaces.lhs 1 addition, 1 deletionghc/compiler/rename/RnIfaces.lhs
- ghc/compiler/rename/RnNames.lhs 27 additions, 5 deletionsghc/compiler/rename/RnNames.lhs
- ghc/compiler/rename/RnSource.lhs 2 additions, 2 deletionsghc/compiler/rename/RnSource.lhs
Loading
Please register or sign in to comment