Re: more effective use of the developers' wiki

2008-01-21 Thread Tim Chevalier
On 1/21/08, Norman Ramsey <[EMAIL PROTECTED]> wrote: > I tried using [[GhcFile(...)]] to hard link some source code into the > developers' wiki pages, so that people could easily follow what's going on. > Unfortunately this has come back to bite me because instead of bringing > up something my brow

Re: patch applied (ghc): Increase the bar for bootstrapping GHC to 6.4 (HEAD only)

2008-01-21 Thread Duncan Coutts
On Mon, 2008-01-21 at 07:31 -0800, Simon Marlow wrote: > Mon Jan 21 03:18:35 PST 2008 Simon Marlow <[EMAIL PROTECTED]> > * Increase the bar for bootstrapping GHC to 6.4 (HEAD only) >- remove $(ghc_ge_601), $(ghc_ge_602), $(ghc_ge_603) >- configure now checks the GHC version number >

more effective use of the developers' wiki

2008-01-21 Thread Norman Ramsey
I tried using [[GhcFile(...)]] to hard link some source code into the developers' wiki pages, so that people could easily follow what's going on. Unfortunately this has come back to bite me because instead of bringing up something my browser understands, it comes back as a '.hs file' which Firefox

patch applied (ghc): Wibble to the OccurAnal fix for RULEs and loop-breakers

2008-01-21 Thread Simon Peyton Jones
Mon Jan 21 08:55:29 PST 2008 [EMAIL PROTECTED] * Wibble to the OccurAnal fix for RULEs and loop-breakers M ./compiler/simplCore/OccurAnal.lhs -4 +7 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Typo in phase-control documentation

2008-01-21 Thread Ian Lynagh
Mon Jan 21 03:36:20 PST 2008 [EMAIL PROTECTED] * Typo in phase-control documentation M ./docs/users_guide/glasgow_exts.xml -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Fix catching exit exceptions in ghc -e

2008-01-21 Thread Ian Lynagh
Sun Jan 20 09:02:36 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> * Fix catching exit exceptions in ghc -e M ./compiler/ghci/InteractiveUI.hs -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Tweak runghc

2008-01-21 Thread Ian Lynagh
Sun Jan 20 10:46:39 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> * Tweak runghc M ./utils/runghc/runghc.hs -19 +11 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Support multiple -e flags

2008-01-21 Thread Ian Lynagh
Sat Jan 19 14:30:36 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> * Support multiple -e flags M ./compiler/ghci/InteractiveUI.hs -10 +11 M ./compiler/main/Main.hs -5 +12 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/li

patch applied (ghc-6.8/ghc): Fix exception message with ghc -e

2008-01-21 Thread Ian Lynagh
Mon Jan 21 02:41:42 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> * Fix exception message with ghc -e When running with ghc -e, exceptions should claim to be from the program that we are running, not ghc. M ./compiler/ghci/InteractiveUI.hs -5 +14 _

patch applied (ghc-6.8/ghc): Fix ghc -e :main (it was enqueuing the main function, but not running it)

2008-01-21 Thread Ian Lynagh
Sat Jan 19 14:00:44 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> * Fix ghc -e :main (it was enqueuing the main function, but not running it) M ./compiler/ghci/InteractiveUI.hs -22 +10 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org

patch applied (ghc-6.8/ghc): Fix giving an error if we are given conflicting mode flags

2008-01-21 Thread Ian Lynagh
Sat Jan 19 13:26:02 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> * Fix giving an error if we are given conflicting mode flags M ./compiler/main/Main.hs -4 +4 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (testsuite): fix intermittent failure with ghci025

2008-01-21 Thread Simon Marlow
Fri Jan 18 05:58:12 PST 2008 Simon Marlow <[EMAIL PROTECTED]> * fix intermittent failure with ghci025 M ./tests/ghc-regress/ghci/scripts/ghci025.script +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-gh

patch applied (ghc): FIX #2049, another problem with the module context on :reload

2008-01-21 Thread Simon Marlow
Mon Jan 21 06:59:35 PST 2008 Simon Marlow <[EMAIL PROTECTED]> * FIX #2049, another problem with the module context on :reload The previous attempt to fix this (#1873, #1360) left a problem that occurred when the first :load of the program failed (#2049). Now I've implemented a differe

patch applied (ghc): Increase the bar for bootstrapping GHC to 6.4 (HEAD only)

2008-01-21 Thread Simon Marlow
Mon Jan 21 03:18:35 PST 2008 Simon Marlow <[EMAIL PROTECTED]> * Increase the bar for bootstrapping GHC to 6.4 (HEAD only) - remove $(ghc_ge_601), $(ghc_ge_602), $(ghc_ge_603) - configure now checks the GHC version number - there are probably various cleanups that we can now do in compat

patch applied (ghc): Do not worker/wrapper INLINE things, even if they are in a recursive group

2008-01-21 Thread Simon Peyton Jones
Mon Jan 21 05:59:09 PST 2008 [EMAIL PROTECTED] * Do not worker/wrapper INLINE things, even if they are in a recursive group This patch stops the worker/wrapper transform working on an INLINE thing, even if it's in a recursive group. It might not be the loop breaker. Indeed a recursive

patch applied (ghc): Make the loop-breaking algorithm a bit more liberal, where RULES are involved

2008-01-21 Thread Simon Peyton Jones
Mon Jan 21 05:56:54 PST 2008 [EMAIL PROTECTED] * Make the loop-breaking algorithm a bit more liberal, where RULES are involved This is another gloss on the now-quite-subtle and heavily-documented algorithm for choosing loop breakers. This fix, provoked by Roman's NDP library, makes

patch applied (ghc): Fix Trac #2055

2008-01-21 Thread Simon Peyton Jones
Mon Jan 21 04:42:44 PST 2008 [EMAIL PROTECTED] * Fix Trac #2055 Sorry, this was my fault, a consequence of the quasi-quoting patch. I've added rn062 as a test. M ./compiler/rename/RnEnv.lhs -2 +4 ___ Cvs-ghc mailing list Cvs-ghc

patch applied (testsuite): Test for Trac 2055

2008-01-21 Thread Simon Peyton Jones
Mon Jan 21 04:39:38 PST 2008 [EMAIL PROTECTED] * Test for Trac 2055 M ./tests/ghc-regress/rename/should_compile/all.T +2 A ./tests/ghc-regress/rename/should_compile/rn062.hs ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/

patch applied (testsuite): bug1677 is also broken by #2034 (FilePath bug)

2008-01-21 Thread Ian Lynagh
Sat Jan 12 12:33:06 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> UNDO: bug1677 is also broken by #2034 (FilePath bug) M ./tests/ghc-regress/driver/bug1677/all.T -2 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo

patch applied (testsuite): Mark some bugs as broken in the HEAD due to FilePath bug #2034

2008-01-21 Thread Ian Lynagh
Sat Jan 12 09:42:19 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> UNDO: Mark some bugs as broken in the HEAD due to FilePath bug #2034 M ./tests/ghc-regress/ghci.debugger/scripts/break022/all.T -2 +1 M ./tests/ghc-regress/ghci.debugger/scripts/break023/all.T -2 +1 M ./tests/ghc-regress/gh

patch applied (testsuite): Add another ghc -e / runghc test

2008-01-21 Thread Ian Lynagh
Sun Jan 20 10:56:07 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> * Add another ghc -e / runghc test M ./tests/ghc-regress/ghc-e/should_run/Makefile +4 M ./tests/ghc-regress/ghc-e/should_run/all.T +1 A ./tests/ghc-regress/ghc-e/should_run/ghc-e005.hs A ./tests/ghc-regress/ghc-e/should

patch applied (testsuite): Add a test for exitWith and ghc -e

2008-01-21 Thread Ian Lynagh
Sun Jan 20 09:05:26 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> * Add a test for exitWith and ghc -e M ./tests/ghc-regress/ghc-e/should_run/Makefile +3 M ./tests/ghc-regress/ghc-e/should_run/all.T +1 A ./tests/ghc-regress/ghc-e/should_run/ghc-e004.stdout ___

patch applied (ghc): Fix exception message with ghc -e

2008-01-21 Thread Ian Lynagh
Mon Jan 21 02:41:42 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> * Fix exception message with ghc -e When running with ghc -e, exceptions should claim to be from the program that we are running, not ghc. M ./compiler/ghci/InteractiveUI.hs -5 +14 _

patch applied (ghc): Fix warnings in main/CmdLineParser

2008-01-21 Thread Ian Lynagh
Mon Jan 21 02:31:58 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> * Fix warnings in main/CmdLineParser M ./compiler/main/CmdLineParser.hs -86 +84 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Normalise FilePaths before printing them

2008-01-21 Thread Ian Lynagh
Sun Jan 20 11:30:02 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> * Normalise FilePaths before printing them M ./compiler/basicTypes/SrcLoc.lhs -14 +18 M ./compiler/main/HscTypes.lhs -8 +10 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.ha

patch applied (ghc): Tweak runghc

2008-01-21 Thread Ian Lynagh
Sun Jan 20 10:46:39 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> * Tweak runghc M ./utils/runghc/runghc.hs -19 +11 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Fix catching exit exceptions in ghc -e

2008-01-21 Thread Ian Lynagh
Sun Jan 20 09:02:36 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> * Fix catching exit exceptions in ghc -e M ./compiler/ghci/InteractiveUI.hs -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Typo in phase-control documentation

2008-01-21 Thread Simon Peyton Jones
Mon Jan 21 03:36:20 PST 2008 [EMAIL PROTECTED] * Typo in phase-control documentation M ./docs/users_guide/glasgow_exts.xml -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

Daily report for stable

2008-01-21 Thread BuildBot Collator
Build results: kahl G5 Gentoo Linux stable: pass tnaur PPC OSX stable:pass x86 Windows stable: pass x86 Windows stable fast: pass pass pass pass pass pass x86-64 Linux stable: fail (failed boottestsuite runtestsuite) New unexpected test failures: bug1010