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

2009-05-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 Fri May 29 18:00:01 BST 2009. checking out

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

2009-05-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 Fri May 29 19:00:01 BST 2009. **

Re: patch applied (ghc): don't call Haskeline to read input when stdin is not a terminal

2009-05-29 Thread Judah Jacobson
On Fri, May 29, 2009 at 2:34 AM, Simon Marlow wrote: > On 29/05/2009 08:59, Simon Marlow wrote: >> >> Thu May 28 08:26:51 PDT 2009  Simon Marlow >>   * don't call Haskeline to read input when stdin is not a terminal >>   Ignore-this: 3810fe8dff7e0a8b4ec013f47e33cc4c >> >>     M ./ghc/InteractiveUI

Re: build system issues

2009-05-29 Thread Duncan Coutts
On Fri, 2009-05-29 at 15:28 +0100, Claus Reinke wrote: >I don't recall that ever happening before, so I simply tried again, >and it didn't repeat. Still, worrying. > > - the build fell over after a long time, when trying to run (note the > unprotected spaces) > /cygdrive/c/Program Fi

Re: patch applied (ghc): Implement -XMonoLocalBinds: a radical new flag

2009-05-29 Thread Isaac Dupree
Simon Peyton Jones wrote: Just for the record, below are the changes required in the boot libraries -- ie the places where. Not quite as minimal as I'd hoped, but the changes fall into a few standard patterns, and most represent (in my opinion) sytlistic improvements. I will not push t

Re: build system issues

2009-05-29 Thread Claus Reinke
BuildFlavour = perf This only has an effect if you have the rest of build.mk.sample too. So if you're quoting the whole of your build.mk here, it won't have any effect. I was just quoting the differences, the rest is there as well. I also updated my build.mk from the modified build.mk.sample

Re: build system issues

2009-05-29 Thread Simon Marlow
On 29/05/2009 15:35, Claus Reinke wrote: ! LaTeX Error: Missing \begin{document}. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.1 < ?xml version="1.0" encoding="iso-8859-1"?> ? Since the docs aren't essential (well, not until the rest works;-), I h

Re: build system issues

2009-05-29 Thread Simon Marlow
On 29/05/2009 15:28, Claus Reinke wrote: Hoping to try out some recent patches, I had my first experience with the new build system today (cygwin, building with ghc-6.8.3; did make maintainer-clean long ago with the old system, then pull and get, etc; my mk/build.mk has BuildFlavour = perf Thi

Re: build system issues

2009-05-29 Thread Claus Reinke
! LaTeX Error: Missing \begin{document}. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.1 < ?xml version="1.0" encoding="iso-8859-1"?> ? Since the docs aren't essential (well, not until the rest works;-), I hit 'q' a few times to get through th

build system issues

2009-05-29 Thread Claus Reinke
Hoping to try out some recent patches, I had my first experience with the new build system today (cygwin, building with ghc-6.8.3; did make maintainer-clean long ago with the old system, then pull and get, etc; my mk/build.mk has BuildFlavour = perf SplitObjs= NO BIN_DIST=1 XMLDocWays = html

Re: patch applied (testsuite): tcfail204 fails (#3261)

2009-05-29 Thread Ian Lynagh
On Thu, May 28, 2009 at 05:58:55PM +0100, Simon Peyton-Jones wrote: > > I've started naming tests consistently T3261, so it's obvious which Trac > ticket they apply to. > > Maybe you can do the same? OK, will do. Thanks Ian ___ Cvs-ghc mailing list

RE: patch applied (ghc): Implement -XMonoLocalBinds: a radical new flag

2009-05-29 Thread Simon Peyton-Jones
| > The new flag -XMonoLocalBinds tells GHC not to generalise nested | > bindings in let or where clauses, unless there is a type signature, | > in which case we use it. | | If eventually you intend this to be for general consumption then | remember to register the extension in Language.Haske

Re: patch applied (ghc): Implement -XMonoLocalBinds: a radical new flag

2009-05-29 Thread Duncan Coutts
On Fri, 2009-05-29 at 06:17 -0700, Simon Peyton Jones wrote: > Fri May 29 06:11:37 PDT 2009 simo...@microsoft.com > * Implement -XMonoLocalBinds: a radical new flag > Ignore-this: b52744bdde2e8ea52a9b6d4374a3e049 > The new flag -XMonoLocalBinds tells GHC not to generalise nested > binding

patch applied (ghc): Implement -XMonoLocalBinds: a radical new flag

2009-05-29 Thread Simon Peyton Jones
Fri May 29 06:11:37 PDT 2009 simo...@microsoft.com * Implement -XMonoLocalBinds: a radical new flag Ignore-this: b52744bdde2e8ea52a9b6d4374a3e049 The new flag -XMonoLocalBinds tells GHC not to generalise nested bindings in let or where clauses, unless there is a type signature, in whi

patch applied (testsuite): add test for #3156

2009-05-29 Thread Simon Marlow
Fri May 29 02:07:15 PDT 2009 Simon Marlow * add test for #3156 Ignore-this: c4fc1b2c306d372b694496aa6ac94b51 M ./tests/ghc-regress/rts/all.T +3 A ./tests/ghc-regress/rts/stack001.hs A ./tests/ghc-regress/rts/stack002.hs View patch online: http://darcs.haskell.org/testsuite/_darc

patch applied (ghc): don't shrink the stack smaller than the value set by +RTS -k

2009-05-29 Thread Simon Marlow
Fri May 29 02:08:27 PDT 2009 Simon Marlow * don't shrink the stack smaller than the value set by +RTS -k Ignore-this: 4034b691895bc2fb3a1eaa2195a9ae31 M ./includes/Block.h +9 M ./rts/Schedule.c +2 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090529090827-12142-c4

patch applied (ghc): Fix bug in previous change: allocate the correct size

2009-05-29 Thread Simon Marlow
Fri May 29 02:07:58 PDT 2009 Simon Marlow * Fix bug in previous change: allocate the correct size Ignore-this: b591ad70cdaed2def46fb8d046f63539 M ./rts/Threads.c -2 +3 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090529090758-12142-85ed5975aebf708d0282e9e2b1a0ad2f310

Re: patch applied (ghc): don't call Haskeline to read input when stdin is not a terminal

2009-05-29 Thread Simon Marlow
On 29/05/2009 08:59, Simon Marlow wrote: Thu May 28 08:26:51 PDT 2009 Simon Marlow * don't call Haskeline to read input when stdin is not a terminal Ignore-this: 3810fe8dff7e0a8b4ec013f47e33cc4c M ./ghc/InteractiveUI.hs -9 +10 This fixes the GHCi failures of the form "hLookAhead: b

patch applied (testsuite): Track error message changes

2009-05-29 Thread Simon Peyton Jones
Fri May 29 01:48:55 PDT 2009 simo...@microsoft.com * Track error message changes Ignore-this: 663972fa5213f015fb05288719a3237f M ./tests/ghc-regress/th/TH_pragma.stderr -6 +5 M ./tests/ghc-regress/typecheck/should_fail/tcfail204.stderr -2 +3 View patch online: http://darcs.haskell.or

patch applied (ghc): Make haddocking depend on the library .a file

2009-05-29 Thread Simon Peyton Jones
Fri May 29 01:45:14 PDT 2009 simo...@microsoft.com * Make haddocking depend on the library .a file Ignore-this: 233496beeea7a0ca0d8d21543c5050c7 You can't Haddock a library until it's built. Previously that happened automatically because Haddock itself was built with stage2 And

patch applied (ghc): Fix Trac #3259: expose 'lazy' only after generating interface files

2009-05-29 Thread Simon Peyton Jones
Fri May 29 00:20:20 PDT 2009 simo...@microsoft.com * Fix Trac #3259: expose 'lazy' only after generating interface files Ignore-this: 3c762bda546981c4b4f01d28b8586ff8 This patch fixes an insidious and long-standing bug in the way that parallelism is handled in GHC. See Note [lazyId mag

patch applied (ghc): Fix Trac #3262: suppress name-shadow warning for _names

2009-05-29 Thread Simon Peyton Jones
Thu May 28 08:23:59 PDT 2009 simo...@microsoft.com * Fix Trac #3262: suppress name-shadow warning for _names Ignore-this: 482ee7e5039987c53b2755c8f61f3fe Adopt Max's suggestion for name shadowing, by suppressing shadowing warnings for variables starting with "_". A tiny bit of refactor

RE: Validate violation of the day (on Mac OS X)

2009-05-29 Thread Simon Peyton-Jones
sorry I had so many builds running in parallel yesterday (it was bug-fixing day) that I missed this. I'm pushing library patches now S | -Original Message- | From: cvs-ghc-boun...@haskell.org [mailto:cvs-ghc-boun...@haskell.org] On Behalf Of | Manuel M T Chakravarty | Sent: 29 May 2009

patch applied (ghc): don't call Haskeline to read input when stdin is not a terminal

2009-05-29 Thread Simon Marlow
Thu May 28 08:26:51 PDT 2009 Simon Marlow * don't call Haskeline to read input when stdin is not a terminal Ignore-this: 3810fe8dff7e0a8b4ec013f47e33cc4c M ./ghc/InteractiveUI.hs -9 +10 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090528152651-12142-0cbad9780a9813e17