patch applied (ghc): Turn -fprint-bind-result off by default
Claus Reinke
claus.reinke at talk21.com
Tue Nov 13 20:25:55 EST 2007
> Sat Nov 10 16:11:26 PST 2007 Ian Lynagh <igloo at earth.li>
> * Turn -fprint-bind-result off by default
>
> M ./compiler/main/DynFlags.hs -17 +15
> M ./docs/users_guide/flags.xml -3 +3
> M ./docs/users_guide/ghci.xml -9 +4
>Sun Nov 11 14:38:35 PST 2007 Ian Lynagh <igloo at earth.li>
> * Update output
>
> M ./tests/ghc-regress/ghci/scripts/ghci024.py -1 +1
regarding ghci024 and dynamic/language flags: the
test-repo is shared between HEAD and STABLE,
the code is not.
Ian: if that patch is not merged to STABLE, the flag
setting needs to be version-dependent in ghci024.py
(it will be easiest to follow the example of mangling,
just version- instead of configuration-dependent).
Pepe: the same goes for the debugger flag changes.
(that adds and removes flags, but you can follow
the example of dealing with -fno-run-cps and
-fno-convert-to-zipper-and-back).
which reminds me: debugger flags are ghci-specific,
so you'll also want to add them to 'flags' in 'setCmd'
(in compiler/ghci/InteractiveUI.hs), to make them
easier to find for ghci users?-)
thanks,
claus
More information about the Cvs-ghc
mailing list