patch applied (testsuite): Update output in tcfail071

2008-06-16 Thread Ian Lynagh
Mon Jun 16 14:34:43 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Update output in tcfail071 M ./tests/ghc-regress/typecheck/should_fail/tcfail071.stderr -1 +1 View patch online: http://darcs.haskell.org/testsuite/_darcs/patches/20080616213443-3fd76-4ea0f15a3e658fc99f53b75d45f96c0f6f7e1841.gz

patch applied (testsuite): Make tcfail071 work when -fglasgow-exts is given

2008-06-16 Thread Ian Lynagh
Mon Jun 16 11:58:39 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Make tcfail071 work when -fglasgow-exts is given M ./tests/ghc-regress/typecheck/should_fail/tcfail071.hs -1 +1 View patch online: http://darcs.haskell.org/testsuite/_darcs/patches/20080616185839-3fd76-ba753f74f0211e65d11978205d

patch applied (ghc): Tweak a comment to talk about UnboxedTuples rather than -fglasgow-exts

2008-06-16 Thread Ian Lynagh
Mon Jun 16 15:52:48 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Tweak a comment to talk about UnboxedTuples rather than -fglasgow-exts M ./compiler/typecheck/TcMType.lhs -1 +1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080616225248-3fd76-8366531107555c5177ba21e309db602f

patch applied (ghc): Suggest -XRelaxedPolyRec rather than -fglasgow-exts in an error message

2008-06-16 Thread Ian Lynagh
Mon Jun 16 14:34:38 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Suggest -XRelaxedPolyRec rather than -fglasgow-exts in an error message M ./compiler/typecheck/TcUnify.lhs -1 +1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080616213438-3fd76-f7e5e12d558f4aeb28f327b1e72d5b1

patch applied (ghc): Fix the splitter with perl 5.10; patch from Audrey Tang

2008-06-16 Thread Ian Lynagh
Wed Jun 11 05:28:37 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Fix the splitter with perl 5.10; patch from Audrey Tang M ./driver/split/ghc-split.lprl -82 +81 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080611122837-3fd76-396eb6102346a22e3a78a0fbe04826cfd19dd78a.gz ___

patch applied (ghc): Remove some build system code that can't happen

2008-06-16 Thread Ian Lynagh
Mon Jun 16 11:14:25 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Remove some build system code that can't happen ghc_ge_601 is no longer defined M ./compiler/Makefile -4 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080616181425-3fd76-90308169a4fc38d12e90a5e8843313e5dcef1

Re: Priorities for 6.10

2008-06-16 Thread Duncan Coutts
On Mon, 2008-06-16 at 12:39 +0100, Simon Marlow wrote: > * Back-end rewrite, remove mangler (see also #1501) > * shared libraries (#1876) > * parallel GC (close #1589, #2185) > * Haddock 2 (see also #1964 (GHC.Prim), #2335 (build problem)) > * Unicode encoding/decoding for Text I/O handles.

[nightly] 16-Jun-2008 build of HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2008-06-16 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 Mon Jun 16 18:00:01 BST 2008. checking out

patch applied (ghc): Fix Trac #2358: 1-tuples in Template Haskell

2008-06-16 Thread Simon Peyton Jones
Sat Jun 14 05:39:39 PDT 2008 [EMAIL PROTECTED] * Fix Trac #2358: 1-tuples in Template Haskell fons points out that TH was treating 1-tuples inconsistently. Generally we make a 1-tuple into a no-op, so that (e) and e are the same. But I'd forgotten to do this for types. It is poss

patch applied (ghc): Fix nasty Simplifier scoping bug

2008-06-16 Thread Simon Peyton Jones
Fri Jun 13 19:39:37 PDT 2008 [EMAIL PROTECTED] * Fix nasty Simplifier scoping bug This bug was somehow tickled by the new code for desugaring polymorphic bindings, but the bug has been there a long time. The bindings floated out in simplLazyBind, generated by abstractFloats, were get

patch applied (ghc): CoreLint should check for out-of-scope worker

2008-06-16 Thread Simon Peyton Jones
Fri Jun 13 19:38:09 PDT 2008 [EMAIL PROTECTED] * CoreLint should check for out-of-scope worker M ./compiler/coreSyn/CoreLint.lhs -1 +5 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080614023809-1287e-66b4705e5d54f3bca96dab51c03d72c4e8a910a1.gz __

patch applied (ghc): More commandline flag improvements

2008-06-16 Thread Ian Lynagh
Mon Jun 16 07:29:17 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * More commandline flag improvements * Allow -ffoo flags to be deprecated * Mark some -ffoo flags as deprecated * Avoid using deprecated flags in error messages, in the build system, etc * Add a flag to en/disable the deprecated

patch applied (ghc): Remove an ifdef

2008-06-16 Thread Ian Lynagh
Mon Jun 16 04:11:14 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Remove an ifdef M ./compiler/ghci/RtClosureInspect.hs -11 +11 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/2008061614-3fd76-a88c7eaf345c25c8e7bfd5170dcd606bd6dcdcda.gz _

patch applied (ghc): Add ghc_ge_609

2008-06-16 Thread Ian Lynagh
Sun Jun 15 06:46:36 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Add ghc_ge_609 M ./configure.ac +2 M ./mk/config.mk.in +2 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080615134636-3fd76-decab054acef5fd6f021713252c96f7572e8c9b7.gz _

patch applied (ghc): Remove an ifdef

2008-06-16 Thread Ian Lynagh
Sun Jun 15 06:37:43 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Remove an ifdef M ./compiler/ghci/ByteCodeItbls.lhs -5 +3 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080615133743-3fd76-c5e56e658369d8c7669ba515b4af1db764b72d08.gz _

patch applied (ghc): Don't compile Cabal with -cpp -fffi

2008-06-16 Thread Ian Lynagh
Sat Jun 14 18:08:26 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Don't compile Cabal with -cpp -fffi Instead rely on the sources having suitable pragmas M ./libraries/Makefile -2 +1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080615010826-3fd76-38f73d31c4cb04b39b02e2a08

patch applied (ghc): Remove a typo

2008-06-16 Thread Ian Lynagh
Sat Jun 14 17:59:56 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Remove a typo M ./compiler/specialise/SpecConstr.lhs -1 +1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080615005956-3fd76-e73a2eb535ef4794d9fdf17c6e3b57f9190e2aee.gz

patch applied (ghc): Allow -X flags to be deprecated, and deprecate RecordPuns; fixes #2320

2008-06-16 Thread Ian Lynagh
Sat Jun 14 17:00:41 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Allow -X flags to be deprecated, and deprecate RecordPuns; fixes #2320 M ./compiler/ghci/InteractiveUI.hs -3 +3 M ./compiler/main/DynFlags.hs -68 +78 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080615000

patch applied (testsuite): Avoid using deprecated flags in the testsuite tests

2008-06-16 Thread Ian Lynagh
Mon Jun 16 07:31:13 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Avoid using deprecated flags in the testsuite tests M ./tests/ghc-regress/arrows/should_compile/arrowapply1.hs -1 +1 M ./tests/ghc-regress/arrows/should_compile/arrowapply2.hs -1 +1 M ./tests/ghc-regress/arrows/should_com

Re: Priorities for 6.10

2008-06-16 Thread Neil Mitchell
Hi > * initial GHC API improvements: provide generic traversals of GHC > ASTs (via Data/Typeable) Seconded. A simple Data/Typeable will cover most uses, but it seems because of the particular data types a Functor/Traversable instance may be useful. The other useful thing would be to get the GHC

Re: Priorities for 6.10

2008-06-16 Thread Claus Reinke
* Put in place a robust solution to the backwards-compatibility problem Which one is that? Not being able to use one lib with different GHCs, I fear?-) Please circulate any additional items you can think of. One immediately comes to mind from recent discussions: * initial GHC API improveme

Priorities for 6.10

2008-06-16 Thread Simon Marlow
Hi folks, While I was away last week I jotted down a list of priorities for 6.10. Some of these are in the bug tracker and some aren't, but I think it'd be a good idea for us to first discuss what we really want to see happen in the 6.10 time frame and then update the ticket database to match.

Daily report for stable

2008-06-16 Thread BuildBot Collator
Build results: kahl G5 Gentoo Linux stable: fail (failed darcs) kgardas stable: fail (failed stage1) tnaur PPC OSX stable 2: lost tnaur x86 Linux stable: pass x86 Windows stable: pass lost x86 Windows stable fast: pass pass lost pass lost pass x86-64 Linux stable

Daily report for head

2008-06-16 Thread BuildBot Collator
Build results: x86-64 Linux head: fail (failed bindisttest failed slave lost) x86 Windows head: fail (failed bindisttest) lost x86 Windows head fast: pass pass lost pass lost pass kahl G5 Gentoo Linux head: pass x86-64 Linux head unreg: lost Dropping unexpected test passes r