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 Sat Nov 8 18:00:01 GMT 2008.
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 Sat Nov 8 19:00:01 GMT 2008.
***
Sat Nov 8 06:47:23 PST 2008 Ian Lynagh <[EMAIL PROTECTED]>
* We now require GHC 6.6, so we always have Applicative
M ./compiler/utils/MonadUtils.hs -29
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20081108144723-3fd76-42d1b4ebdea4abaa83db220ca56a67e56b28e910.gz
Sat Nov 8 06:45:44 PST 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Remove a CPP test that's always true (__GLASGOW_HASKELL__ >= 605)
M ./compiler/parser/Lexer.x -2
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20081108144544-3fd76-b82d1a11f16cc86ff1e0dfef5d6cd9649bc83185.gz
__
Sat Nov 8 06:44:59 PST 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Remove some dead code now that __GLASGOW_HASKELL__ >= 606
M ./compiler/typecheck/TcTyClsDecls.lhs -4
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20081108144459-3fd76-37f988a57c1edb7102b8ccaa5e29b9a400c82e12.gz
Sat Nov 8 06:44:12 PST 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Remove some flag duplication from a Makefile
M ./utils/nofib-analyse/Makefile -8
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20081108144412-3fd76-0eba4f27d38c380c012f785fd08619fa22de2219.gz
__
Sat Nov 8 06:43:28 PST 2008 Ian Lynagh <[EMAIL PROTECTED]>
* ghc_ge_605 is now always YES
M ./compiler/Makefile.local -5
M ./configure.ac -2
M ./libraries/Makefile -3
M ./mk/config.mk.in -2
M ./utils/genapply/Makefile -4
M ./utils/nofib-analyse/Makefile -2 +1
View patc
Sat Nov 8 06:34:23 PST 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Remove the GHC 6.4 unicode compat stuff; we can now just use Data.Char
R ./compiler/cbits/unicode.c
M ./compiler/ghc.cabal.in -3
M ./compiler/parser/Lexer.x -3 +1
R ./compiler/utils/Unicode.hs
View patch online:
http
Thu Nov 6 03:40:45 PST 2008 Simon Marlow <[EMAIL PROTECTED]>
* Cope with ThreadRelocated when traversing the blocked_queue
Fixes "invalid what_next field" in ioref001 on Windows, and perhaps others
M ./rts/posix/Select.c +5
M ./rts/win32/AsyncIO.c -1 +16
View patch online:
http://da
Wed Nov 5 07:05:42 PST 2008 Simon Marlow <[EMAIL PROTECTED]>
* deadlock fix: reset the flag *after* checking the blackhole queue
M ./rts/Schedule.c -1 +6
View patch online:
http://darcs.haskell.org/ghc-6.10/ghc/_darcs/patches/20081105150542-12142-4c334696eff42adaeee5440c0b71dcc4f392be35.g
Tue Nov 4 01:29:29 PST 2008 Simon Marlow <[EMAIL PROTECTED]>
* fix the :help docs for :set stop (#2737)
M ./compiler/ghci/InteractiveUI.hs -1 +1
View patch online:
http://darcs.haskell.org/ghc-6.10/ghc/_darcs/patches/20081104092929-12142-b8290268f97c94c3e31076ad59a4d8be66d48a71.gz
__
Tue Nov 4 06:21:47 PST 2008 Simon Marlow <[EMAIL PROTECTED]>
* bugfix: don't ingore the return value from rts_evalIO()
M ./rts/posix/Signals.c -1 +1
View patch online:
http://darcs.haskell.org/ghc-6.10/ghc/_darcs/patches/20081104142147-12142-7fdc8928efe0a0b40065fe971cd02c3494275dec.gz
__
Thu Nov 6 03:37:14 PST 2008 Simon Marlow <[EMAIL PROTECTED]>
* allocateInGen(): increase alloc_blocks (#2747)
M ./rts/sm/Storage.c -1 +4
View patch online:
http://darcs.haskell.org/ghc-6.10/ghc/_darcs/patches/20081106113714-12142-6b92a500da275d440bbc1c453a084adca06eb9dd.gz
__
Fri Nov 7 01:29:25 PST 2008 Simon Marlow <[EMAIL PROTECTED]>
* Bugfix for patch "Do not filter the rts from linked libraries..." (#2745)
The sense of the #ifdef was wrong
M ./compiler/main/DriverPipeline.hs -1 +1
View patch online:
http://darcs.haskell.org/ghc-6.10/ghc/_darcs/patches/20
Mon Oct 13 13:14:26 PDT 2008 Clemens Fruhwirth <[EMAIL PROTECTED]>
* Do not filter the rts from linked libraries in linkDynLib as Windows does
not allow unresolved symbols
M ./compiler/main/DriverPipeline.hs -1 +7
View patch online:
http://darcs.haskell.org/ghc-6.10/ghc/_darcs/patches/200
Sat Nov 8 01:47:25 PST 2008 Clemens Fruhwirth <[EMAIL PROTECTED]>
* Fix libffi bindist
M ./libffi/Makefile -6 +6
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20081108094725-ed0c4-daf374b0d303978ae282f278474b89f250a62a6c.gz
___
Fri Nov 7 08:07:35 PST 2008 Clemens Fruhwirth <[EMAIL PROTECTED]>
* Replace couple of fromJust with expectJust
M ./compiler/ghci/InteractiveUI.hs -2 +2
M ./compiler/ghci/Linker.lhs -3 +1
M ./compiler/main/PackageConfig.hs -2 +2
M ./compiler/typecheck/FamInst.lhs -3 +3
View pat
Build results:
gabor stable:pass
tnaur x86 Linux stable: pass
x86 Linux stable:pass
x86 Windows stable: pass
x86 Windows stable fast: pass pass pass pass pass fail (failed stage1)
x86-64 Linux stable: pass
Fixed unexpected test failures:
1780
conc018
joao
Build results:
x86-64 Linux head: fail (failed bindisttest)
x86 Windows head fast: fail (failed stage1) pass pass pass pass
x86-64 Linux head unreg: pass
Old unexpected test failures:
24691 malcolm head
ann01 2 x86 Windows head
annrun01
19 matches
Mail list logo