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

2009-02-27 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 Feb 27 18:00:01 GMT 2009. checking out

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

2009-02-27 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 Feb 27 19:00:01 GMT 2009. **

Re: 2 Patches for Haddock

2009-02-27 Thread Ian Lynagh
On Wed, Feb 25, 2009 at 12:28:53AM +, Thomas Schilling wrote: > > The first patch defines a preprocessor constant; Regarding the use of __GHC_PATCHLEVEL__ in haddock, with recent versions of Cabal you can instead use MIN_VERSION_ghc defined in dist/build/autogen/cabal_macros.h, e.g.: /* pack

patch applied (ghc-6.10/ghc): z-encode digits at the start of a symbol name; fixes trac #2997

2009-02-27 Thread Ian Lynagh
Fri Feb 27 10:00:29 PST 2009 Ian Lynagh * z-encode digits at the start of a symbol name; fixes trac #2997 Digits already have a couple of meanings in z-encoding (Z3T is a tuple, and z123U is a unicode character), so we encode digits as unicode characters to avoid trying to squeeze in anot

patch applied (ghc-6.10/ghc): Whitespace only

2009-02-27 Thread Ian Lynagh
Fri Feb 27 08:34:35 PST 2009 Ian Lynagh * Whitespace only M ./compiler/utils/Encoding.hs -142 +142 View patch online: http://darcs.haskell.org/ghc-6.10/ghc/_darcs/patches/20090227163435-3fd76-b6f60c3121e8a44380f249569e4e623b69c773fb.gz ___ Cvs-

patch applied (ghc-6.10/ghc): :steplocal and :stepmodule should not polute trace history

2009-02-27 Thread Ian Lynagh
Sun Feb 22 12:10:02 PST 2009 Peter Hercek * :steplocal and :stepmodule should not polute trace history M ./compiler/ghci/GhciMonad.hs -2 +2 M ./compiler/ghci/InteractiveUI.hs -2 +2 M ./compiler/main/InteractiveEval.hs -7 +9 View patch online: http://darcs.haskell.org/ghc-6.10/ghc/

patch applied (ghc): z-encode digits at the start of a symbol name; fixes trac #2997

2009-02-27 Thread Ian Lynagh
Fri Feb 27 10:00:29 PST 2009 Ian Lynagh * z-encode digits at the start of a symbol name; fixes trac #2997 Digits already have a couple of meanings in z-encoding (Z3T is a tuple, and z123U is a unicode character), so we encode digits as unicode characters to avoid trying to squeeze in anot

patch applied (ghc): Whitespace only

2009-02-27 Thread Ian Lynagh
Fri Feb 27 08:34:35 PST 2009 Ian Lynagh * Whitespace only M ./compiler/utils/Encoding.hs -142 +142 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090227163435-3fd76-b6f60c3121e8a44380f249569e4e623b69c773fb.gz ___ Cvs-ghc maili

Re: Immix garbage collector as GSoC

2009-02-27 Thread Thomas Schilling
On 27 Feb 2009, at 15:57, Simon Marlow wrote: Felipe Lessa wrote: I've just subscribed to cvs-ghc because I saw Simon's proposal on reddit[1] about the Immix GC. After reading the paper, I would like to know if it is feasible to consider implementing it in a GSoC project. It's a feasible

Re: how to add a file to the compiler

2009-02-27 Thread Simon Marlow
Norman Ramsey wrote: In light of an upcoming ICFP submission I'm trying to refactor some back-end code. Unfortunately with the new build system I haven't figured out how to make a new file work. I added compiler/cmm/DFLattice.hs, and a DFLattice.o gets built all right, but it's not linked with

Re: Immix garbage collector as GSoC

2009-02-27 Thread Simon Marlow
Felipe Lessa wrote: I've just subscribed to cvs-ghc because I saw Simon's proposal on reddit[1] about the Immix GC. After reading the paper, I would like to know if it is feasible to consider implementing it in a GSoC project. It's a feasible GSoC project (that's why I suggested it!). Thomas

Re: x86_64 ghc on Mac OS

2009-02-27 Thread Simon Marlow
Ben Lippmeier wrote: On 24/02/2009, at 12:18 PM, Daniel Peebles wrote: extern __thread gc_thread* gct Yeah, but from what I understand of the __thread for thread-local storage, it seems rather ELF-specific. Attempting to compile code that uses it on (my) Mac OS (i.e., MachO instead of ELF) r

patch applied (ghc-6.10/ghc): In +RTS --info output, use YES rather than Yes

2009-02-27 Thread Ian Lynagh
Thu Feb 26 17:02:30 PST 2009 Ian Lynagh * In +RTS --info output, use YES rather than Yes M ./rts/RtsUtils.c -1 +1 View patch online: http://darcs.haskell.org/ghc-6.10/ghc/_darcs/patches/20090227010230-3fd76-c0249dab34d0ec8fd137a8f0fd27683642b2d0c5.gz _

patch applied (ghc-6.10/ghc): Tweak +RTS --info docs

2009-02-27 Thread Ian Lynagh
Thu Feb 26 18:07:58 PST 2009 Ian Lynagh * Tweak +RTS --info docs M ./docs/users_guide/runtime_control.xml -15 +51 View patch online: http://darcs.haskell.org/ghc-6.10/ghc/_darcs/patches/20090227020758-3fd76-e1d5ae924e883450b9cb4b3ebd70192a3739ace3.gz _

patch applied (ghc-6.10/ghc): FIX #1891 (describe +RTS --info output in GHC user guide)

2009-02-27 Thread Ian Lynagh
Sat Feb 14 07:02:34 PST 2009 Andrew Coppin * FIX #1891 (describe +RTS --info output in GHC user guide) M ./docs/users_guide/runtime_control.xml -1 +84 View patch online: http://darcs.haskell.org/ghc-6.10/ghc/_darcs/patches/20090214150234-c6ed3-b2f00ef8cbfbaaa885a49856b88daf17585365f3.gz

patch applied (ghc): Improve documentation of bang patterns

2009-02-27 Thread Simon Peyton Jones
Fri Feb 27 02:15:03 PST 2009 simo...@microsoft.com * Improve documentation of bang patterns Ignore-this: fa7bf72db82a612d16d44a93f1537351 M ./docs/users_guide/glasgow_exts.xml -15 +45 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090227101503-1287e-2f926d3c6e33b790d87c

patch applied (ghc): Use 'nonIOok' instead of 'True'; cosmetics only

2009-02-27 Thread Simon Peyton Jones
Mon Feb 23 02:16:59 PST 2009 simo...@microsoft.com * Use 'nonIOok' instead of 'True'; cosmetics only Ignore-this: 80200cf3aec5abb95c6b23ef37fb590a M ./compiler/typecheck/TcForeign.lhs -1 +1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090223101659-1287e-77851669328639

Daily report for stable

2009-02-27 Thread BuildBot Collator
Build results: x86 Linux stable:lost x86 Windows stable: pass x86 Windows stable fast: pass pass pass pass pass pass x86-64 Linux stable: pass Old unexpected test passes: unicode001 1 kili stable unicode002 1 kili stable New unexpected test failures: conc015 1 x86

Daily report for head

2009-02-27 Thread BuildBot Collator
Build results: x86-64 Linux head: pass x86 Windows head fast: pass pass lost pass pass pass kgardas head:pass tnaur x86 OS X head: pass x86-64 Linux head unreg: fail (failed stage1) Dropping unexpected test passes reports from builders not seen in 7 days: x86 Windows