Re: Invalid!

2007-12-12 Thread Manuel M T Chakravarty
Simon Marlow: Manuel M T Chakravarty wrote: Pepe, But no, I did push the patch after all. Manuel, does validate still fail there ? Do you have the patch below? Sun Dec 9 10:21:41 PST 2007 Pepe Iborra <[EMAIL PROTECTED]> * Adapt to changes in :print (contents of references) M ./tests/ghc-re

patch applied (ghc): Allow more than 3 simplifier iterations to be run in phase 0

2007-12-12 Thread Roman Leshchinskiy
Wed Dec 12 20:08:35 PST 2007 Roman Leshchinskiy <[EMAIL PROTECTED]> * Allow more than 3 simplifier iterations to be run in phase 0 The number of iterations during the first run of phase 0 was erroneously hardcoded to 3. It should be *at least* 3 (see comments in code) but can be more.

patch applied (ghc): Document -ddump-simpl-phases

2007-12-12 Thread Roman Leshchinskiy
Wed Dec 12 20:08:22 PST 2007 Roman Leshchinskiy <[EMAIL PROTECTED]> * Document -ddump-simpl-phases M ./docs/users_guide/debugging.xml -2 +13 M ./docs/users_guide/flags.xml +6 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org

patch applied (ghc): Don't dump simplifier iterations with -dverbose-core2core

2007-12-12 Thread Roman Leshchinskiy
Wed Dec 12 19:46:35 PST 2007 Roman Leshchinskiy <[EMAIL PROTECTED]> * Don't dump simplifier iterations with -dverbose-core2core SimonPJ says this is the correct behaviour. We still have -ddump-simpl-iterations. M ./compiler/coreSyn/CoreLint.lhs -3 +10 M ./compiler/simplCore/Simpl

patch applied (ghc): New flag: -ddump-simpl-phases

2007-12-12 Thread Roman Leshchinskiy
Wed Dec 12 20:06:44 PST 2007 Roman Leshchinskiy <[EMAIL PROTECTED]> * New flag: -ddump-simpl-phases This outputs the core after each simplifier phase (i.e., it produces less information that -ddump-simpl-iterations). M ./compiler/main/DynFlags.hs +2 M ./compiler/simplCore/SimplCo

patch applied (testsuite): More 6.8 fixes

2007-12-12 Thread chak
Wed Dec 12 19:37:10 PST 2007 Manuel M T Chakravarty <[EMAIL PROTECTED]> * More 6.8 fixes M ./tests/ghc-regress/indexed-types/should_compile/all.T -1 +1 M ./tests/ghc-regress/indexed-types/should_fail/all.T -1 +1 ___ Cvs-ghc mailing list Cvs-g

patch applied (testsuite): Make GADT tests work with 6.8 again

2007-12-12 Thread chak
Wed Dec 12 19:13:32 PST 2007 Manuel M T Chakravarty <[EMAIL PROTECTED]> * Make GADT tests work with 6.8 again M ./tests/ghc-regress/gadt/all.T -1 +2 A ./tests/ghc-regress/gadt/gadt21-6.8.stderr M ./tests/ghc-regress/indexed-types/should_compile/all.T -4 +4 _

patch applied (testsuite): Test for #1723

2007-12-12 Thread chak
Mon Dec 10 23:14:14 PST 2007 Manuel M T Chakravarty <[EMAIL PROTECTED]> * Test for #1723 A ./tests/ghc-regress/indexed-types/should_fail/GADTwrong1.hs A ./tests/ghc-regress/indexed-types/should_fail/GADTwrong1.stderr M ./tests/ghc-regress/indexed-types/should_fail/all.T +2

patch applied (testsuite): Test for #1722

2007-12-12 Thread chak
Mon Dec 10 22:24:31 PST 2007 Manuel M T Chakravarty <[EMAIL PROTECTED]> * Test for #1722 A ./tests/ghc-regress/indexed-types/should_compile/GADT12.hs M ./tests/ghc-regress/indexed-types/should_compile/all.T +1 ___ Cvs-ghc mailing list Cvs-ghc

patch applied (testsuite): Test from #1815

2007-12-12 Thread chak
Mon Dec 10 21:50:23 PST 2007 Manuel M T Chakravarty <[EMAIL PROTECTED]> * Test from #1815 A ./tests/ghc-regress/indexed-types/should_compile/GADT11.hs M ./tests/ghc-regress/indexed-types/should_compile/all.T +1 ___ Cvs-ghc mailing list Cvs-gh

Re: Darcs

2007-12-12 Thread Stefan O'Rear
On Wed, Dec 12, 2007 at 08:55:13PM -0500, Norman Ramsey wrote: > > > Another perspective is that no command that you have ever done (on > > a given repository) while connected will fail while disconnected. > > Ah that's a very nice, succinct, pleasant property. > > My fears are allayed. Would

Re: Darcs

2007-12-12 Thread Norman Ramsey
> Another perspective is that no command that you have ever done (on > a given repository) while connected will fail while disconnected. Ah that's a very nice, succinct, pleasant property. My fears are allayed. Norman ___ Cvs-ghc mailing list Cvs-

[nightly] 12-Dec-2007 build of HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2007-12-12 Thread GHC Build Reports
Build description = HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com) Build location= /playpen/ghc/nightly/HEAD-cam-02-unx Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-cam-02-unx Nightly build started on cam-02-unx at Wed Dec 12 19:30:01 GMT 2007. checki

darcs patch: Use -framework-path flags during the cc phase. Fixes trac #1975.

2007-12-12 Thread Judah Jacobson
The following patch fixes trac #1975. I believe it's small enough to be merged to the 6.8 branch. Thanks, -Judah * Use -framework-path flags during the cc phase. Fixes trac #1975. M ./compiler/main/DriverPipeline.hs +10 framework2.patch Description: Binary data

patch applied (/haskell/ghc): Add links to 6.8.2 from other pages

2007-12-12 Thread Ian Lynagh
Wed Dec 12 13:41:34 EST 2007 Ian Lynagh <[EMAIL PROTECTED]> * Add links to 6.8.2 from other pages M ./download.html -2 +3 M ./index.html +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (/haskell/ghc): Braino

2007-12-12 Thread Ian Lynagh
Wed Dec 12 13:38:00 EST 2007 Ian Lynagh <[EMAIL PROTECTED]> * Braino M ./download_ghc_682.html -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (/haskell/ghc): Another HTML tweak

2007-12-12 Thread Ian Lynagh
Wed Dec 12 13:35:41 EST 2007 Ian Lynagh <[EMAIL PROTECTED]> * Another HTML tweak M ./download_ghc_682.html -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (/haskell/ghc): Tweak HTML

2007-12-12 Thread Ian Lynagh
Wed Dec 12 13:34:37 EST 2007 Ian Lynagh <[EMAIL PROTECTED]> * Tweak HTML M ./download_ghc_682.html -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (/haskell/ghc): Fix 6.8.2 " available distributions" list

2007-12-12 Thread Ian Lynagh
Wed Dec 12 13:31:36 EST 2007 Ian Lynagh <[EMAIL PROTECTED]> * Fix 6.8.2 "available distributions" list M ./download_ghc_682.html -4 +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (/haskell/ghc): Add 6.8.2 download page

2007-12-12 Thread Ian Lynagh
Wed Dec 12 13:29:38 EST 2007 Ian Lynagh <[EMAIL PROTECTED]> * Add 6.8.2 download page A ./download_ghc_682.html ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (testsuite): accept output

2007-12-12 Thread Simon Marlow
Wed Dec 12 06:19:45 PST 2007 Simon Marlow <[EMAIL PROTECTED]> * accept output M ./tests/ghc-regress/haddock/haddock_examples/haddock.Test.stderr -24 +20 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (testsuite): add 6.8 output

2007-12-12 Thread Simon Marlow
Wed Dec 12 06:11:09 PST 2007 Simon Marlow <[EMAIL PROTECTED]> * add 6.8 output M ./tests/ghc-regress/ghci.debugger/scripts/all.T -1 +1 A ./tests/ghc-regress/ghci.debugger/scripts/print028-6.8.stdout ___ Cvs-ghc mailing list Cvs-ghc@haskell.or

patch applied (testsuite): countReaders001 doesn't work on Windows

2007-12-12 Thread Simon Marlow
Wed Dec 12 05:40:00 PST 2007 Simon Marlow <[EMAIL PROTECTED]> * countReaders001 doesn't work on Windows M ./tests/ghc-regress/lib/IO/all.T -1 +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (testsuite): fix this test on windows (avoid non-portable use of :!)

2007-12-12 Thread Simon Marlow
Wed Dec 12 05:37:45 PST 2007 Simon Marlow <[EMAIL PROTECTED]> * fix this test on windows (avoid non-portable use of :!) M ./tests/ghc-regress/ghci/scripts/1914.script -4 +4 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailm

Re: Invalid!

2007-12-12 Thread Simon Marlow
Manuel M T Chakravarty wrote: Pepe, But no, I did push the patch after all. Manuel, does validate still fail there ? Do you have the patch below? Sun Dec 9 10:21:41 PST 2007 Pepe Iborra <[EMAIL PROTECTED]> * Adapt to changes in :print (contents of references) M ./tests/ghc-regress/ghci.deb

patch applied (ghc): "list --simple-output" should be quiet when there are no packages to list

2007-12-12 Thread Simon Marlow
Wed Dec 12 02:22:30 PST 2007 Simon Marlow <[EMAIL PROTECTED]> * "list --simple-output" should be quiet when there are no packages to list Previously: $ ghc-pkg list --user --simple-output ghc-pkg: no matches $ Now: $ ghc-pkg list --user --simple-output $ M ./utils/

Re: announcing darcs 2.0.0pre1, the first prerelease for darcs 2

2007-12-12 Thread Simon Marlow
Simon Marlow wrote: It is also online here: http://darcs.haskell.org/ghc-darcs2 Getting a lazy partial repository over http isn't particularly quick: $ time darcs2 get http://darcs.haskell.org/ghc-darcs2 --darcs-2 Finished getting. 495.19s real 2.08s user 1.12s system 0% darcs2

Re: Darcs

2007-12-12 Thread Simon Marlow
Norman Ramsey wrote: > For those that don't follow the darcs-devel list, David has just announced > a pre-release of Darcs 2: I did see an announcement on the Haskell list, and I was slightly alarmed that some unspecified operations will no longer work disconnected. I don't have time to keep

Re: announcing darcs 2.0.0pre1, the first prerelease for darcs 2

2007-12-12 Thread Simon Marlow
A small UI issue: $ darcs2 get http://darcs.haskell.org/ghc-darcs2 darcs failed: Incompatibility with repository http://darcs.haskell.org/ghc-darcs2: Cannot mix darcs-2 repositories with older formats Since I'm trying to get a darcs-2 format repository, I would expect it to just work, and

Re: announcing darcs 2.0.0pre1, the first prerelease for darcs 2

2007-12-12 Thread Simon Marlow
David Roundy wrote: === Creating a repository in the darcs-2 format === Converting an existing repository to the darcs-2 format is as easy as darcs convert oldrepository newrepository I did this for GHC's repository. I left it running last night, and I'm not sure whether it completed succe

patch applied (ghc-6.8/ghc): Fix a bug in gen_contents_index

2007-12-12 Thread Ian Lynagh
Wed Dec 12 04:11:54 PST 2007 Ian Lynagh <[EMAIL PROTECTED]> * Fix a bug in gen_contents_index The library doc index thought that the docs were in $module.html, rather than $package/$module.html. M ./libraries/gen_contents_index -1 +1 ___ Cvs-

Daily report for head

2007-12-12 Thread BuildBot Collator
Build results: x86-64 Linux head: lost x86 Windows head: fail (failed publishbindist) x86 Windows head fast: fail (failed darcs) fail (failed darcs) fail (failed darcs) fail (failed darcs) fail (failed darcs) fail (failed darcs) gbesh Intel x86_64 Linux head: pass

Daily report for stable

2007-12-12 Thread BuildBot Collator
Build results: gabor stable: pass kahl G5 Gentoo Linux stable:pass mnemosyne x86-64 Gentoo stable: pass tnaur PPC OSX stable 2: fail (failed stage1) tnaur x86 Linux stable: fail (failed stage1) x86 Windows stable: fail (failed publishbindist failed