Re: patch applied (ghc): Fix bug #1725 (Haddock links between packages)

2007-09-23 Thread Isaac Dupree
Ian Lynagh wrote: Hi Sven, On Sun, Sep 23, 2007 at 06:18:01AM -0700, Sven Panne wrote: Sun Sep 23 05:06:36 PDT 2007 [EMAIL PROTECTED] * Fix bug #1725 (Haddock links between packages) Resolving this bug is a bit tricky, it boils down to the question: Should the Haddock links between packa

patch applied (ghc): Put packages in ../$$pkgid not ../$$pkg

2007-09-23 Thread Ian Lynagh
Sun Sep 23 13:49:40 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Put packages in ../$$pkgid not ../$$pkg M ./libraries/Makefile -5 +5 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Notice when C modules have changed when deciding whether or not to link

2007-09-23 Thread Ian Lynagh
Sun Sep 23 11:16:20 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Notice when C modules have changed when deciding whether or not to link Based on a patch from Lemmih M ./compiler/main/DriverPipeline.hs -3 +6 ___ Cvs-ghc mailing list Cvs-ghc@haskel

patch applied (ghc): Whitespace changes only

2007-09-23 Thread Ian Lynagh
Sun Sep 23 10:42:42 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Whitespace changes only M ./compiler/main/DriverPipeline.hs -41 +41 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Remove remaining bits of bindist "make in-place"

2007-09-23 Thread Ian Lynagh
Sun Sep 23 09:36:40 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Remove remaining bits of bindist "make in-place" M ./distrib/INSTALL -10 +3 M ./distrib/Makefile -1 +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/l

patch applied (ghc): Add an entry for strings treated as ISO-8859-1 to the users guide bug list

2007-09-23 Thread Ian Lynagh
Sun Sep 23 06:18:45 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Add an entry for strings treated as ISO-8859-1 to the users guide bug list M ./docs/users_guide/bugs.xml +10 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman

Re: patch applied (ghc): Fix bug #1725 (Haddock links between packages)

2007-09-23 Thread Ian Lynagh
Hi Sven, On Sun, Sep 23, 2007 at 06:18:01AM -0700, Sven Panne wrote: > Sun Sep 23 05:06:36 PDT 2007 [EMAIL PROTECTED] > * Fix bug #1725 (Haddock links between packages) > Resolving this bug is a bit tricky, it boils down to the question: Should > the > Haddock links between packages inclu

patch applied (testsuite): tc236 fails for 6.8

2007-09-23 Thread Ian Lynagh
Sun Sep 23 09:25:22 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * tc236 fails for 6.8 M ./tests/ghc-regress/typecheck/should_compile/all.T -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (testsuite): Add a test for changes to C files causing relinking

2007-09-23 Thread Ian Lynagh
Sun Sep 23 11:15:58 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Add a test for changes to C files causing relinking A ./tests/ghc-regress/driver/recomp004/ A ./tests/ghc-regress/driver/recomp004/Main.hs A ./tests/ghc-regress/driver/recomp004/Makefile A ./tests/ghc-regress/driver/r

patch applied (ghc-6.8/ghc): When haddocking, other packages are in ../$$pkgid not ../$$pkg

2007-09-23 Thread Ian Lynagh
Sun Sep 23 12:33:44 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * When haddocking, other packages are in ../$$pkgid not ../$$pkg M ./libraries/Makefile -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Unbreak "dist" target for fresh trees

2007-09-23 Thread Ian Lynagh
Sun Sep 23 02:43:58 PDT 2007 [EMAIL PROTECTED] * Unbreak "dist" target for fresh trees The previous hack to include Parser.hs in source distros broke the possibility of doing a "make dist" in a fresh tree, i.e. one which has just been checked out and configured, but *not* built. Of course

patch applied (ghc-6.8/ghc): Notice when C modules have changed when deciding whether or not to link

2007-09-23 Thread Ian Lynagh
Sun Sep 23 11:16:20 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Notice when C modules have changed when deciding whether or not to link Based on a patch from Lemmih M ./compiler/main/DriverPipeline.hs -3 +6 ___ Cvs-ghc mailing list Cvs-ghc@haskel

patch applied (ghc-6.8/ghc): Whitespace changes only

2007-09-23 Thread Ian Lynagh
Sun Sep 23 10:42:42 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Whitespace changes only M ./compiler/main/DriverPipeline.hs -41 +41 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Remove remaining bits of bindist "make in-place"

2007-09-23 Thread Ian Lynagh
Sun Sep 23 09:36:40 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Remove remaining bits of bindist "make in-place" M ./distrib/INSTALL -10 +3 M ./distrib/Makefile -1 +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/l

patch applied (testsuite): Fix ffi018(ghci) when running from a different directory to the test

2007-09-23 Thread Ian Lynagh
Sun Sep 23 05:20:27 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Fix ffi018(ghci) when running from a different directory to the test M ./tests/ghc-regress/ccall/should_run/all.T -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.

patch applied (ghc-6.8/ghc): Add an entry for strings treated as ISO-8859-1 to the users guide bug list

2007-09-23 Thread Ian Lynagh
Sun Sep 23 06:18:45 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Add an entry for strings treated as ISO-8859-1 to the users guide bug list M ./docs/users_guide/bugs.xml +10 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman

patch applied (ghc-6.8/ghc): Define and use PprTyThing.pprTypeForUser

2007-09-23 Thread Ian Lynagh
Tue Sep 11 01:51:23 PDT 2007 [EMAIL PROTECTED] * Define and use PprTyThing.pprTypeForUser When printing types for the user, the interactive UI often wants to leave foralls implicit. But then (as Claus points out) we need to be careful about name capture. For example with this source pr

patch applied (ghc): Fix bug #1725 (Haddock links between packages)

2007-09-23 Thread Sven Panne
Sun Sep 23 05:06:36 PDT 2007 [EMAIL PROTECTED] * Fix bug #1725 (Haddock links between packages) Resolving this bug is a bit tricky, it boils down to the question: Should the Haddock links between packages include the package version or not? Pro: We can differentiate between various vers

patch applied (ghc): Unbreak "dist" target for fresh trees

2007-09-23 Thread Sven Panne
Sun Sep 23 02:43:58 PDT 2007 [EMAIL PROTECTED] * Unbreak "dist" target for fresh trees The previous hack to include Parser.hs in source distros broke the possibility of doing a "make dist" in a fresh tree, i.e. one which has just been checked out and configured, but *not* built. Of course

Daily report for head

2007-09-23 Thread BuildBot Collator
Build results: gabor head:pass gbesh Intel x86_64 Linux head: pass kahl G5 Gentoo Linux head: pass phil Intel OSX head: pass phil P4 SuSE Linux head: pass tnaur PPC OSX head:pass tnaur x86 Linux head: pass Dropping unexpected test passes

Daily report for stable

2007-09-23 Thread BuildBot Collator
Build results: kahl G5 Gentoo Linux stable: pass x86 Windows stable fast: pass Dropping unexpected test passes reports from builders not seen in 7 days: mnemosyne x86-64 Gentoo stable Old unexpected test passes: GADT3 1 x86 Windows stable InstEqContext2 3 macgyver P