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
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.
**
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
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
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
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
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
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
! 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
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
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
| > 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
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
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
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
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
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
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
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
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
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
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
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
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
24 matches
Mail list logo