[project @ 2000-02-15 22:18:16 by panne]
First steps towards DEPRECATED before Rosebank (12yrs) takes its toll. Nothing very functional yet, but at least hsc can be compiled and it still compiles the Prelude. Parsing the pragma turned out to be a little bit more complicated than expected, here the comment from Parser.y: The place for module deprecation is really too restrictive, but if it was allowed at its natural place just before 'module', we get an ugly s/r conflict with the second alternative. Another solution would be the introduction of a new pragma DEPRECATED_MODULE, but this is not very nice, either, and DEPRECATED is only expected to be used by people who really know what they are doing. :-) Net result: Module deprecation is allowed exactly behind the module's name and nowhere else. I probably have to think a little bit more about this some day...
Showing
- ghc/compiler/hsSyn/HsBinds.lhs 12 additions, 2 deletionsghc/compiler/hsSyn/HsBinds.lhs
- ghc/compiler/hsSyn/HsSyn.lhs 5 additions, 1 deletionghc/compiler/hsSyn/HsSyn.lhs
- ghc/compiler/main/Main.lhs 2 additions, 2 deletionsghc/compiler/main/Main.lhs
- ghc/compiler/parser/Lex.lhs 5 additions, 1 deletionghc/compiler/parser/Lex.lhs
- ghc/compiler/parser/Parser.y 41 additions, 6 deletionsghc/compiler/parser/Parser.y
- ghc/compiler/rename/Rename.lhs 3 additions, 2 deletionsghc/compiler/rename/Rename.lhs
- ghc/compiler/rename/RnNames.lhs 1 addition, 1 deletionghc/compiler/rename/RnNames.lhs
- ghc/compiler/typecheck/TcModule.lhs 1 addition, 1 deletionghc/compiler/typecheck/TcModule.lhs
Loading
Please register or sign in to comment