Sat Nov 10 16:11:26 PST 2007 Ian Lynagh <[EMAIL PROTECTED]>
* 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 <[EMAIL PROTECTED]>
* 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
_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc