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

2009-08-24 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 Aug 24 18:00:01 BST 2009. checking out

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

2009-08-24 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 Mon Aug 24 19:00:01 BST 2009. **

patch applied (ghc): Make FastString thread-safe.

2009-08-24 Thread Thomas Schilling
Mon Aug 24 11:22:52 PDT 2009 Thomas Schilling * Make FastString thread-safe. This is needed both for per-session parallelism and for allowing multiple concurrent sessions in the same process. With the help of atomicModifyIORef and unsafePerformIO it is also quite fast--an MVar wou

the GHC & haddock patches

2009-08-24 Thread Isaac Dupree
- which is the latest GHC patch that we need? The ghc-patch that I sent you a couple days ago. It's a relatively simple patch; you should review it and tell me if I should amend it somehow. Alternatively, if we wanted to integrate the Haddock work but not change GHC for this release, we c

Re: haddock patches: more cleanup/fixes

2009-08-24 Thread Isaac Dupree
Simon Marlow wrote: Hi guys, So we want to get these patches into Haddock/GHC before the 6.12.1 release. I'm unfamiliar with the current state, could someone summarise for us? - which patches are in Haddock upstream? right now, the latest release doesn't have much of my work at all, and

patch applied (ghc): Improve docs on -XFlexibleContexts

2009-08-24 Thread Simon Peyton Jones
Mon Aug 24 04:37:22 PDT 2009 simo...@microsoft.com * Improve docs on -XFlexibleContexts Ignore-this: 16c4b05f52bca250ae6eff59feb08cc4 M ./docs/users_guide/glasgow_exts.xml -5 +14 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090824113722-1287e-dc7fbc99b9964d0181ebbb2d6

patch applied (testsuite): add extra_clean for T3286

2009-08-24 Thread Simon Marlow
Mon Aug 24 02:10:47 PDT 2009 Simon Marlow * add extra_clean for T3286 Ignore-this: 45f1ed1ca4d9ddeb6851eb71fcc75da0 M ./tests/ghc-regress/codeGen/should_compile/all.T -1 +2 View patch online: http://darcs.haskell.org/testsuite/_darcs/patches/20090824091047-12142-aaba64485c2ffba17b107708

Re: darcs patch: GHC does not deploy a directory named 'includes'. Chan...

2009-08-24 Thread Simon Marlow
On 24/08/2009 12:00, Clemens Fruhwirth wrote: On Mon, Aug 24, 2009 at 12:28 PM, Simon Marlow wrote: On 22/08/2009 17:38, Clemens Fruhwirth wrote: Sat Aug 22 18:37:11 CEST 2009 Clemens Fruhwirth * GHC does not deploy a directory named 'includes'. Change 'includes' to 'include' in HsVersion

Re: darcs patch: GHC does not deploy a directory named 'includes'. Chan...

2009-08-24 Thread Clemens Fruhwirth
On Mon, Aug 24, 2009 at 12:28 PM, Simon Marlow wrote: > On 22/08/2009 17:38, Clemens Fruhwirth wrote: >> >> Sat Aug 22 18:37:11 CEST 2009  Clemens Fruhwirth >>   * GHC does not deploy a directory named 'includes'. Change 'includes' to >> 'include' in HsVersions.h > > [GHC does not deploy a director

patch applied (ghc): fix do-notation warnings

2009-08-24 Thread Simon Marlow
Mon Aug 24 01:04:00 PDT 2009 Simon Marlow * fix do-notation warnings Ignore-this: 74e0b085478ec858ce56cc925749e0ea M ./compiler/iface/BinIface.hs -2 +2 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090824080400-12142-fdcce8efc3d728167724cc10a51616f8ce8868f0.gz __

patch applied (ghc): Use explicit Word32/Int32 in place of Int in the on-disk .hi file

2009-08-24 Thread Simon Marlow
Fri Aug 21 08:50:28 PDT 2009 Simon Marlow * Use explicit Word32/Int32 in place of Int in the on-disk .hi file Ignore-this: e48ea5045f9460c347d457ada0e2b0da For: FastStrings, Names, and Bin values. This makes .hi files smaller on 64-bit platforms, while also making the format a bit more r

patch applied (ghc): Fix the interface-file incompatibility crash (#3435)

2009-08-24 Thread Simon Marlow
Fri Aug 21 08:47:37 PDT 2009 Simon Marlow * Fix the interface-file incompatibility crash (#3435) Ignore-this: 5b7b9aca621fd378a7f911c50429c100 We now have a dummy 32/64-bit field near the beginning of a .hi file for backward-compatibility reasons; see comments (Note [dummy iface fiel

Re: haddock patches: more cleanup/fixes

2009-08-24 Thread Simon Marlow
Hi guys, So we want to get these patches into Haddock/GHC before the 6.12.1 release. I'm unfamiliar with the current state, could someone summarise for us? - which patches are in Haddock upstream? - are all the issues ironed out now? ie. do you think these patches are fit for us to in

Re: Darcs patch for review: Make FastString thread-safe.

2009-08-24 Thread Simon Marlow
On 24/08/2009 00:38, Thomas Schilling wrote: The attached patch tries to make FastString thread-safe. This is needed both for --make -j and for allowing multiple sessions in the same process, since all threads will share the same symbol table. Simon Marlow's --make -j patch from http://hackage.

Re: darcs patch: GHC does not deploy a directory named 'includes'. Chan...

2009-08-24 Thread Simon Marlow
On 22/08/2009 17:38, Clemens Fruhwirth wrote: Sat Aug 22 18:37:11 CEST 2009 Clemens Fruhwirth * GHC does not deploy a directory named 'includes'. Change 'includes' to 'include' in HsVersions.h [GHC does not deploy a directory named 'includes'. Change 'includes' to 'include' in HsVersions.

patch applied (ghc): trim Data.Sequence import, in preparation for expanding its API

2009-08-24 Thread Ross Paterson
Mon Aug 24 01:05:33 PDT 2009 Ross Paterson * trim Data.Sequence import, in preparation for expanding its API Ignore-this: 97f8c3e309c14a132f20c565d33d46a9 M ./compiler/ghci/RtClosureInspect.hs -1 +1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090824080533-b47d3-993b

RE: some SrcLoc functions

2009-08-24 Thread Simon Peyton-Jones
ok with me | -Original Message- | From: cvs-ghc-boun...@haskell.org [mailto:cvs-ghc-boun...@haskell.org] On | Behalf Of David Waern | Sent: 22 August 2009 09:44 | To: cvs-ghc@haskell.org | Subject: Re: some SrcLoc functions | | 2009/8/13 David Waern : | > Haddock also defines (in another