[nightly] 19-Nov-2009 build of HEAD on x86_64-unknown-linux (cam-04-unx.europe.corp.microsoft.com)

2009-11-19 Thread GHC Build Reports
Build description = HEAD on x86_64-unknown-linux (cam-04-unx.europe.corp.microsoft.com) Build location= /64playpen/simonmar/nightly/HEAD-cam-04-unx Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-cam-04-unx Nightly build started on cam-04-unx at Thu Nov 19 19:00:01 GMT 2009. **

Re: Validate broken on OS X

2009-11-19 Thread Matthias Kilian
On Thu, Nov 19, 2009 at 06:13:29PM +, Ian Lynagh wrote: > > Why not just use a command line that's more portable? I don't know what > > that `--force-local' means > > It tells tar that c:/mytar.tar is a local file, not a file on the host > "c". Yuk! Is this `a file on the host c' a general ms

Re: Validate broken on OS X

2009-11-19 Thread Manuel M T Chakravarty
Roman Leshchinskiy: > On 19/11/2009, at 23:57, Ian Lynagh wrote: > >> On Thu, Nov 19, 2009 at 09:58:17PM +1100, Roman Leshchinskiy wrote: >>> cd a/b/c/ && /usr/bin/tar --force-local -jxf >>> ../../../../bindistprep/ghc-6.13.20091119-i386-apple-darwin.tar.bz2 >>> tar: Option --force-local is not s

Re: Validate broken on OS X

2009-11-19 Thread Ian Lynagh
On Thu, Nov 19, 2009 at 06:54:54PM +0100, Matthias Kilian wrote: > On Thu, Nov 19, 2009 at 12:57:15PM +, Ian Lynagh wrote: > > On Thu, Nov 19, 2009 at 09:58:17PM +1100, Roman Leshchinskiy wrote: > > > cd a/b/c/ && /usr/bin/tar --force-local -jxf > > > ../../../../bindistprep/ghc-6.13.20091119-

Re: Validate broken on OS X

2009-11-19 Thread Matthias Kilian
On Thu, Nov 19, 2009 at 12:57:15PM +, Ian Lynagh wrote: > On Thu, Nov 19, 2009 at 09:58:17PM +1100, Roman Leshchinskiy wrote: > > cd a/b/c/ && /usr/bin/tar --force-local -jxf > > ../../../../bindistprep/ghc-6.13.20091119-i386-apple-darwin.tar.bz2 > > tar: Option --force-local is not supported

patch applied (ghc): Remove the (very) old strictness analyser

2009-11-19 Thread Simon Peyton Jones
Thu Nov 19 07:43:47 PST 2009 simo...@microsoft.com * Remove the (very) old strictness analyser Ignore-this: 5d49f66b0baad989ca66c53fde8f2d23 I finally got tired of the #ifdef OLD_STRICTNESS stuff. I had been keeping it around in the hope of doing old-to-new comparisions, but have fai

patch applied (ghc): Make INLINE warning more precise

2009-11-19 Thread Simon Peyton Jones
Thu Nov 19 05:27:11 PST 2009 simo...@microsoft.com * Make INLINE warning more precise Ignore-this: f1494494f37c5e618e639912ff82a7f5 M ./compiler/coreSyn/CoreLint.lhs -2 +3 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20091119132711-1287e-6bde672e10a672c867864fc1ae136aa6

patch applied (ghc): Implement -fexpose-all-unfoldings, and fix a non-termination bug

2009-11-19 Thread Simon Peyton Jones
Thu Nov 19 04:57:11 PST 2009 simo...@microsoft.com * Implement -fexpose-all-unfoldings, and fix a non-termination bug Ignore-this: 54d029014659959151d1681842210cde The -fexpose-all-unfoldings flag arranges to put unfoldings for *everything* in the interface file. Of course, this makes

patch applied (ghc): Re-implement the binder-swap stuff in OccurAnal

2009-11-19 Thread Simon Peyton Jones
Thu Nov 19 04:45:24 PST 2009 simo...@microsoft.com * Re-implement the binder-swap stuff in OccurAnal Ignore-this: 662ed559e161be958b1eff1a49d750a3 This is a pretty big patch, but it has a very local effect. It affects only the binder-swap mechanism in OccurAnal, which was not working

patch applied (ghc): Try harder not to make DFuns into loop breakers

2009-11-19 Thread Simon Peyton Jones
Thu Nov 19 04:41:27 PST 2009 simo...@microsoft.com * Try harder not to make DFuns into loop breakers Ignore-this: 922d9a2b3406a3dbbfc5a42d1a286e2a See Note [DFuns should not be loop breakers] M ./compiler/simplCore/OccurAnal.lhs -7 +25 View patch online: http://darcs.haskell.org/ghc

patch applied (ghc): Extend the GHCi FAQ slightly

2009-11-19 Thread Simon Peyton Jones
Tue Nov 17 05:23:08 PST 2009 simo...@microsoft.com * Extend the GHCi FAQ slightly Ignore-this: 8257aaf06ff32904a91121a0734d1c4 M ./docs/users_guide/ghci.xml +7 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20091117132308-1287e-4b4b42f1d58459099d749c093dc31b670786915e.gz

Re: Validate broken on OS X

2009-11-19 Thread Ian Lynagh
On Fri, Nov 20, 2009 at 12:18:10AM +1100, Roman Leshchinskiy wrote: > On 19/11/2009, at 23:57, Ian Lynagh wrote: > > > On Thu, Nov 19, 2009 at 09:58:17PM +1100, Roman Leshchinskiy wrote: > >> cd a/b/c/ && /usr/bin/tar --force-local -jxf > >> ../../../../bindistprep/ghc-6.13.20091119-i386-apple-da

patch applied (ghc-6.12/ghc): Update the containers library tarball

2009-11-19 Thread Ian Lynagh
Thu Nov 19 07:52:18 PST 2009 Ian Lynagh * Update the containers library tarball It now includes: Wed Oct 28 03:55:32 PDT 2009 Ross Paterson * doc bugfix: correct description of index argument M ./libraries/tarballs/containers-0.3.0.0.tar.gz View patch online: http://darcs.haskel

patch applied (ghc-6.12/ghc): Update the directory library tarball

2009-11-19 Thread Ian Lynagh
Thu Nov 19 07:50:42 PST 2009 Ian Lynagh * Update the directory library tarball This now includes the fix: Thu Nov 19 04:29:51 PST 2009 Ian Lynagh * Include sys/types.h in HsDirectory.h; fixes trac #3653 M ./libraries/tarballs/directory-1.0.1.0.tar.gz View patch online: http://da

patch applied (ghc-6.12/ghc): Add gnutar to the list of names we use when looking for GNU tar

2009-11-19 Thread Ian Lynagh
Thu Nov 19 06:49:27 PST 2009 Ian Lynagh * Add gnutar to the list of names we use when looking for GNU tar M ./configure.ac -1 +1 View patch online: http://darcs.haskell.org/ghc-6.12/ghc/_darcs/patches/20091119144927-3fd76-cff49ecc6746abe170c9887de9666ededc70f114.gz __

patch applied (ghc): Add gnutar to the list of names we use when looking for GNU tar

2009-11-19 Thread Ian Lynagh
Thu Nov 19 06:49:27 PST 2009 Ian Lynagh * Add gnutar to the list of names we use when looking for GNU tar M ./configure.ac -1 +1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20091119144927-3fd76-cff49ecc6746abe170c9887de9666ededc70f114.gz ___

patch applied (ghc): Add support for the man page to the new build system

2009-11-19 Thread Ian Lynagh
Thu Nov 19 06:08:11 PST 2009 Ian Lynagh * Add support for the man page to the new build system ./docs/man/Makefile -> ./docs/man/ghc.mk M ./docs/man/ghc.mk -24 +30 M ./ghc.mk +3 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20091119140811-3fd76-d262b15231960fc5f6

patch applied (ghc): Refactor case-merging and identical-alternative optimisations

2009-11-19 Thread Simon Peyton Jones
Thu Nov 19 04:37:04 PST 2009 simo...@microsoft.com * Refactor case-merging and identical-alternative optimisations Ignore-this: db12d31395ed99c2341cc4d7d5dca1e These two optimisations were originally done by SimplUtils.mkCase *after* all the pieces have been simplified. Some while ago

patch applied (ghc-6.12/ghc): Add support for the man page to the new build system

2009-11-19 Thread Ian Lynagh
Thu Nov 19 06:08:11 PST 2009 Ian Lynagh * Add support for the man page to the new build system ./docs/man/Makefile -> ./docs/man/ghc.mk M ./docs/man/ghc.mk -24 +30 M ./ghc.mk +3 View patch online: http://darcs.haskell.org/ghc-6.12/ghc/_darcs/patches/20091119140811-3fd76-d262b1523

patch applied (ghc): Fix a nasty infelicity in the size computation of CoreUnfold

2009-11-19 Thread Simon Peyton Jones
Thu Nov 19 03:57:36 PST 2009 simo...@microsoft.com * Fix a nasty infelicity in the size computation of CoreUnfold Ignore-this: ecff5289ab14c0df572135bf0b5179d6 The size computation was treating gigantic case expressions as practically free, which they really aren't. It was exacerbated

patch applied (ghc): Comments and white space only

2009-11-19 Thread Simon Peyton Jones
Thu Nov 19 03:51:22 PST 2009 simo...@microsoft.com * Comments and white space only Ignore-this: dc8f9a72d6d57378d83154877b1d1126 M ./compiler/coreSyn/CoreUnfold.lhs -4 +7 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20091119115122-1287e-f0cb91157632a18391dbfd3850e74fd34

Re: patch applied (ghc): Add the msysCORE*.tar.gz tarball to the list of tarballs we unpack

2009-11-19 Thread Ian Lynagh
On Thu, Nov 19, 2009 at 12:40:17PM +, Simon Marlow wrote: > On 19/11/2009 11:54, Ian Lynagh wrote: >> On Thu, Nov 19, 2009 at 09:46:00AM +, Simon Marlow wrote: >>> On 19/11/2009 00:44, Ian Lynagh wrote: Wed Nov 18 11:55:23 PST 2009 Ian Lynagh * Add the msysCORE*.tar.gz tarbal

Re: Validate broken on OS X

2009-11-19 Thread Roman Leshchinskiy
On 19/11/2009, at 23:57, Ian Lynagh wrote: > On Thu, Nov 19, 2009 at 09:58:17PM +1100, Roman Leshchinskiy wrote: >> cd a/b/c/ && /usr/bin/tar --force-local -jxf >> ../../../../bindistprep/ghc-6.13.20091119-i386-apple-darwin.tar.bz2 >> tar: Option --force-local is not supported >> Usage: >> List:

Re: Validate broken on OS X

2009-11-19 Thread Ian Lynagh
On Thu, Nov 19, 2009 at 09:58:17PM +1100, Roman Leshchinskiy wrote: > cd a/b/c/ && /usr/bin/tar --force-local -jxf > ../../../../bindistprep/ghc-6.13.20091119-i386-apple-darwin.tar.bz2 > tar: Option --force-local is not supported > Usage: > List:tar -tf > Extract: tar -xf > Create: ta

Re: patch applied (ghc): Add the msysCORE*.tar.gz tarball to the list of tarballs we unpack

2009-11-19 Thread Simon Marlow
On 19/11/2009 11:54, Ian Lynagh wrote: On Thu, Nov 19, 2009 at 09:46:00AM +, Simon Marlow wrote: On 19/11/2009 00:44, Ian Lynagh wrote: Wed Nov 18 11:55:23 PST 2009 Ian Lynagh * Add the msysCORE*.tar.gz tarball to the list of tarballs we unpack M ./configure.ac +2 Hmm, do we r

Re: What's up with x86 Windows head?

2009-11-19 Thread Ian Lynagh
On Wed, Nov 18, 2009 at 09:53:31AM +, Simon Marlow wrote: > On 18/11/2009 09:15, Ben Lippmeier wrote: >> BuildBot Collator wrote: >>> >>> Build results: >>> >>> x86-64 Linux head: fail (failed bindisttest) >>> >>

Re: patch applied (ghc): Add the msysCORE*.tar.gz tarball to the list of tarballs we unpack

2009-11-19 Thread Ian Lynagh
On Thu, Nov 19, 2009 at 09:46:00AM +, Simon Marlow wrote: > On 19/11/2009 00:44, Ian Lynagh wrote: >> Wed Nov 18 11:55:23 PST 2009 Ian Lynagh >>* Add the msysCORE*.tar.gz tarball to the list of tarballs we unpack >> >> M ./configure.ac +2 > > Hmm, do we really have to ship MSYS bits w

patch applied (ghc): Fix splitAppTys

2009-11-19 Thread Roman Leshchinskiy
Thu Nov 19 02:26:39 PST 2009 Roman Leshchinskiy * Fix splitAppTys Ignore-this: e669950c7d151c8a67910cd4bbac9cd6 M ./compiler/types/Type.lhs -2 +2 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20091119102639-b2b0a-ac72608f4bbda09992199e966c75150c88dd25c6.gz

Validate broken on OS X

2009-11-19 Thread Roman Leshchinskiy
cd a/b/c/ && /usr/bin/tar --force-local -jxf ../../../../bindistprep/ghc-6.13.20091119-i386-apple-darwin.tar.bz2 tar: Option --force-local is not supported Usage: List:tar -tf Extract: tar -xf Create: tar -cf [filenames...] Help:tar --help make: *** [all] Error 1 _

RE: Comparing instance heads

2009-11-19 Thread Simon Peyton-Jones
| To be more precise, I want to know if an HsDecl.InstDecl and an | InstEnv.Instance represent the same instance. Sorry David, your msg has been lurking a while in my inbox, because I couldn't figure out exactly what you were asking. Rather than no-oping I should have asked. Anyway your revised

Re: patch applied (ghc): Add the msysCORE*.tar.gz tarball to the list of tarballs we unpack

2009-11-19 Thread Simon Marlow
On 19/11/2009 00:44, Ian Lynagh wrote: Wed Nov 18 11:55:23 PST 2009 Ian Lynagh * Add the msysCORE*.tar.gz tarball to the list of tarballs we unpack M ./configure.ac +2 Hmm, do we really have to ship MSYS bits with GHC too? I'd really like to avoid doing this if possible. This is ju

Daily report for stable

2009-11-19 Thread BuildBot Collator
Build results: x86 Linux stable:pass x86 Windows stable: fail (failed compile) x86 Windows stable fast: pass lost pass pass pass x86-64 Linux stable: pass Dropping unexpected test passes reports from builders not seen in 7 days: kgardas stable Fixed unexpected test passes: