[nightly] 29-Apr-2009 build of HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2009-04-29 Thread GHC Build Reports
Build description = HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com) Build location= /playpen/simonmar/nightly/HEAD Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-cam-02-unx Nightly build started on cam-02-unx at Wed Apr 29 18:00:02 BST 2009. checking out

Re: patch applied (ghc): Add special support for haskeline

2009-04-29 Thread Judah Jacobson
On Wed, Apr 29, 2009 at 12:06 PM, Ian Lynagh wrote: > Wed Apr 29 11:19:09 PDT 2009  Ian Lynagh >  * Add special support for haskeline >  The library uses stuff in Setup.hs to determine whether or not it needs >  to use -liconv. This patch replicates that logic in ghc-cabal. This >  isn't pretty,

Re: HEADS UP: New packages needed for Haskeline GHCi

2009-04-29 Thread Austin Seipp
Excerpts from Ian Lynagh's message of Wed Apr 29 15:24:08 -0500 2009: > > Hi all, > > I've added Haskeline support into the HEAD now, so after pulling you > will need to do: > ./darcs-all get --complete > to get the new libraries. > > You may also need to do > sh boot > ./configure >

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

2009-04-29 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 Wed Apr 29 19:00:02 BST 2009. **

HEADS UP: New packages needed for Haskeline GHCi

2009-04-29 Thread Ian Lynagh
Hi all, I've added Haskeline support into the HEAD now, so after pulling you will need to do: ./darcs-all get --complete to get the new libraries. You may also need to do sh boot ./configure in order to unconfuse the build system. I've also made updated snapshot tarballs: http:/

patch applied (ghc): Tweak ghc-cabal

2009-04-29 Thread Ian Lynagh
Wed Apr 29 11:37:28 PDT 2009 Ian Lynagh * Tweak ghc-cabal M ./utils/ghc-cabal/ghc-cabal.hs -1 +1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090429183728-3fd76-f9192a7d3f81773fc374a4b075e41765f3b52cb9.gz ___ Cvs-ghc mailing

patch applied (ghc): Add special support for haskeline

2009-04-29 Thread Ian Lynagh
Wed Apr 29 11:19:09 PDT 2009 Ian Lynagh * Add special support for haskeline The library uses stuff in Setup.hs to determine whether or not it needs to use -liconv. This patch replicates that logic in ghc-cabal. This isn't pretty, and we should find a better way to do it, but it works fo

patch applied (ghc): In mkdependC.prl, create temp files properly

2009-04-29 Thread Ian Lynagh
Wed Apr 29 08:12:15 PDT 2009 Ian Lynagh * In mkdependC.prl, create temp files properly Avoids a race condition, where one run deletes/overwrites the temp file of another. M ./utils/mkdependC/mkdependC.prl -2 +5 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090429151

patch applied (ghc): Use haskeline, rather than editline, for line editing in ghci

2009-04-29 Thread Ian Lynagh
Tue Apr 28 17:58:38 PDT 2009 Ian Lynagh * Use haskeline, rather than editline, for line editing in ghci ./compiler/ghci/GhciMonad.hs -> ./ghc/GhciMonad.hs ./compiler/ghci/GhciTags.hs -> ./ghc/GhciTags.hs ./compiler/ghci/InteractiveUI.hs -> ./ghc/InteractiveUI.hs M ./aclocal.

patch applied (ghc): Fix error handling

2009-04-29 Thread Ian Lynagh
Tue Apr 28 16:28:48 PDT 2009 Ian Lynagh * Fix error handling After the fix to #2500, we could get "Failing due to -Werror." but no warnings printed. Now we don't fail in that case. M ./compiler/main/HeaderInfo.hs -1 +2 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/200

RE: Question about typechecker renaming of tyvars

2009-04-29 Thread Simon Peyton-Jones
I have only the vaguest idea what you are doing, so it's hard to be helpful. It seems that by calling is_tys you are extracting a type that will mention type variables that certainly won't be in scope. Maybe that has something to do with it. I'd us traceTc to print lots of debug output, so th

Re: Question about typechecker renaming of tyvars

2009-04-29 Thread Jean Yang
Hi Ian and all, My change is mostly confined to TcSplice.lhs, where I have a function that gets the instance information given the name of a type class. When I call it with names of type classes defined in source code I'm currently compiling, it works fine. When I call it with names of type cl

patch applied (ghc-6.10/ghc): Add release notes for 6.10.3

2009-04-29 Thread Ian Lynagh
Wed Apr 29 05:53:06 PDT 2009 Ian Lynagh * Add release notes for 6.10.3 A ./docs/users_guide/6.10.3-notes.xml M ./docs/users_guide/intro.xml +1 M ./docs/users_guide/ug-ent.xml +1 View patch online: http://darcs.haskell.org/ghc-6.10/ghc/_darcs/patches/20090429125306-3fd76-faef47bb97

patch applied (ghc-6.10/ghc): Add PDF and PS files to the bindist

2009-04-29 Thread Ian Lynagh
Wed Apr 29 05:17:18 PDT 2009 Ian Lynagh * Add PDF and PS files to the bindist M ./mk/bindist.mk +2 View patch online: http://darcs.haskell.org/ghc-6.10/ghc/_darcs/patches/20090429121718-3fd76-6d17be52298a7c7ab572c6b1c132391c90da9dbb.gz ___ Cvs-

patch applied (nofib): more nofib fixes

2009-04-29 Thread Simon Marlow
Tue Apr 28 06:00:12 PDT 2009 Simon Marlow * more nofib fixes Ignore-this: 1f0a7cb18e3166b811e25dc1c2b14075 M ./mk/boilerplate.mk +29 View patch online: http://darcs.haskell.org/nofib/_darcs/patches/20090428130012-12142-a1b4a5a59afa35c57ade36d0c78a5a5875825252.gz ___

patch applied (testsuite): add some testing code for HEAP_ALLOCED(), so I don't lose it

2009-04-29 Thread Simon Marlow
Wed Apr 29 03:57:57 PDT 2009 Simon Marlow * add some testing code for HEAP_ALLOCED(), so I don't lose it Ignore-this: 6257762a1efe20f9d1bcc4b83f075020 A ./tests/ghc-regress/rts/testheapalloced.c View patch online: http://darcs.haskell.org/testsuite/_darcs/patches/20090429105757-12142-80

patch applied (ghc): move nofib settings here from ghc's config.mk

2009-04-29 Thread Simon Marlow
Tue Apr 28 05:55:51 PDT 2009 Simon Marlow * move nofib settings here from ghc's config.mk Ignore-this: a2eb9d0094fe10446b74987af44a6005 M ./mk/config.mk.in -32 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090428125551-12142-ee8ffb15763129e4e8356ddd77b81b746a1ca474.gz

patch applied (ghc): add missing eventlog subdir

2009-04-29 Thread Simon Marlow
Tue Apr 28 05:55:28 PDT 2009 Simon Marlow * add missing eventlog subdir Ignore-this: 127bc2a6bc9fa29871a19ad99ddb346e M ./rts/ghc.mk -1 +1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090428125528-12142-f144b3732832ec8ebb7b5c1998b66afeff492da7.gz ___

patch applied (ghc): move runstdtest into nofib

2009-04-29 Thread Simon Marlow
Tue Apr 28 05:45:05 PDT 2009 Simon Marlow * move runstdtest into nofib Ignore-this: 98eae5d994693ed8235e8693f3615899 M ./mk/config.mk.in -3 R ./utils/runstdtest/ R ./utils/runstdtest/Makefile R ./utils/runstdtest/runstdtest.prl View patch online: http://darcs.haskell.org/ghc

Daily report for stable

2009-04-29 Thread BuildBot Collator
Build results: sparky stable: pass tnaur PPC OSX stable 2: pass tnaur x86 Linux stable: pass x86 Linux stable:fail (failed getsubrepos) fail (failed compile) x86 Windows stable: pass fail (failed compile) x86 Windows stable fast: pass pass pass pass fail (failed getsubrepo