[project @ 2000-02-25 14:55:31 by panne]
Deprecations of variables now works, although the source location is not yet reported correctly and the code needs some cleanup. Added a new flag -fwarn-deprecations to the set of standard warnings. The syntax of deprecations has been extended to deprecate types, classes, or even constructors, although this does not work yet.
Showing
- ghc/compiler/hsSyn/HsBinds.lhs 27 additions, 22 deletionsghc/compiler/hsSyn/HsBinds.lhs
- ghc/compiler/hsSyn/HsSyn.lhs 11 additions, 11 deletionsghc/compiler/hsSyn/HsSyn.lhs
- ghc/compiler/main/CmdLineOpts.lhs 2 additions, 0 deletionsghc/compiler/main/CmdLineOpts.lhs
- ghc/compiler/main/MkIface.lhs 3 additions, 2 deletionsghc/compiler/main/MkIface.lhs
- ghc/compiler/parser/Parser.y 6 additions, 13 deletionsghc/compiler/parser/Parser.y
- ghc/compiler/rename/ParseIface.y 5 additions, 5 deletionsghc/compiler/rename/ParseIface.y
- ghc/compiler/rename/Rename.lhs 37 additions, 25 deletionsghc/compiler/rename/Rename.lhs
- ghc/compiler/rename/RnBinds.lhs 12 additions, 8 deletionsghc/compiler/rename/RnBinds.lhs
- ghc/compiler/rename/RnIfaces.lhs 4 additions, 3 deletionsghc/compiler/rename/RnIfaces.lhs
- ghc/compiler/rename/RnMonad.lhs 1 addition, 1 deletionghc/compiler/rename/RnMonad.lhs
- ghc/driver/ghc.lprl 3 additions, 0 deletionsghc/driver/ghc.lprl
Loading
Please register or sign in to comment