Build description = STABLE on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
Build location= /playpen/ghc/nightly/STABLE-cam-02-unx
Build config file = /home/simonmar/nightly/site/msrc/conf-STABLE-cam-02-unx
Nightly build started on cam-02-unx at Sat Jan 5 19:00:00 GMT 2008.
c
Build description = HEAD on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
Build location= /playpen/ghc/nightly/HEAD-cam-02-unx
Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-cam-02-unx
Nightly build started on cam-02-unx at Sat Jan 5 19:30:01 GMT 2008.
checkin
Sat Jan 5 09:40:02 PST 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Skip more tests if using GHC < 6.9
M ./tests/ghc-regress/parser/should_compile/all.T -2 +2
M ./tests/ghc-regress/parser/should_fail/all.T -2 +2
M ./tests/ghc-regress/parser/should_run/all.T -1 +3
M ./tests/ghc-regress
Sat Jan 5 08:41:57 PST 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Skip TransformListComp tests for GHC < 6.9
M ./tests/ghc-regress/deSugar/should_run/all.T -8 +8
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs
Sat Jan 5 07:38:13 PST 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Fix imports for the 6.8 branch
M ./compiler/main/TidyPgm.lhs -3 +1
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Fri Jan 4 04:58:14 PST 2008 [EMAIL PROTECTED]
* Do not consult -XGADTs flag when pattern matching on GADTs
See Trac #2004, and Note [Flags and equational constraints] in TcPat.
M ./compiler/typecheck/TcPat.lhs -6 +14
___
Cvs-ghc mailing
Fri Jan 4 04:19:39 PST 2008 [EMAIL PROTECTED]
* Document SOURCE pragma; clarify TH behavior for mutually-recurive modules
(Trac #1012)
M ./docs/users_guide/glasgow_exts.xml -4 +17
M ./docs/users_guide/separate_compilation.xml -1 +4
___
Cvs-
Thu Jan 3 08:00:36 PST 2008 [EMAIL PROTECTED]
* Remove -funfolding-update-in-place flag documentation
This flag does nothing, and should have been removed ages ago. (GHC
no longer does update-in-place.)
MERGE to 6.8 branch
M ./compiler/main/StaticFlags.hs -1
M ./docs/use
Thu Jan 3 06:03:38 PST 2008 Simon Marlow <[EMAIL PROTECTED]>
* Fix warnings with newer gcc versions (I hope)
M ./includes/SMP.h -3 +3
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Thu Jan 3 03:27:17 PST 2008 Simon Marlow <[EMAIL PROTECTED]>
* FIX #1898: add a missing UNTAG_CLOSURE() in checkBlackHoles
M ./rts/Schedule.c -1 +1
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Wed Jan 2 07:17:40 PST 2008 Simon Marlow <[EMAIL PROTECTED]>
* fix validation failure on non-i386
M ./compiler/main/DriverPipeline.hs -3 +3
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Wed Jan 2 07:07:37 PST 2008 Simon Marlow <[EMAIL PROTECTED]>
* expand "out of stack slots" panic to suggest using -fregs-graph, see #1993
M ./compiler/nativeGen/RegAllocLinear.hs -1 +2
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.hask
Sat Dec 29 08:27:07 PST 2007 Clemens Fruhwirth <[EMAIL PROTECTED]>
* Add installPackage to dependencies of make.library.* as it's used by the
rule
M ./libraries/Makefile -1 +1
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/m
Tue Nov 20 02:33:29 PST 2007 Simon Marlow <[EMAIL PROTECTED]>
* Always do 'setup makefile' before building each library
This forces preprocessing to happen, which is necessary if any of the
.hsc files have been modified. Without this change, a 'setup
makefile' would be required by hand af
Fri Dec 28 09:57:27 PST 2007 Isaac Dupree <[EMAIL PROTECTED]>
* import ord that alex secretly imported
M ./compiler/parser/Lexer.x -1 +1
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Thu Dec 27 09:13:35 PST 2007 Isaac Dupree <[EMAIL PROTECTED]>
* add missing import that happy -agc secretly provided
M ./compiler/cmm/CmmParse.y +1
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Wed Dec 26 06:07:43 PST 2007 Isaac Dupree <[EMAIL PROTECTED]>
* correct type mistake, hidden by happy -agc coercions!
M ./compiler/parser/Parser.y.pp -1 +1
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-g
Mon Dec 24 04:22:17 PST 2007 [EMAIL PROTECTED]
* When complaining about non-rigid context, give suggestion of adding a
signature
M ./compiler/typecheck/TcPat.lhs -2 +2
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/l
Fri Dec 21 01:04:06 PST 2007 [EMAIL PROTECTED]
* Improve handling of newtypes (fixes Trac 1495)
In a few places we want to "look through" newtypes to get to the
representation type. But we need to be careful that we don't fall
into an ininite loop with e.g.
newtype T = MkT T
Fri Dec 21 00:55:42 PST 2007 [EMAIL PROTECTED]
* Fix Trac #1981: seq on a type-family-typed expression
We were crashing when we saw
case x of DEFAULT -> rhs
where x had a type-family type. This patch fixes it.
MERGE to the 6.8 branch.
M ./compiler/stgSyn/CoreToStg
Thu Dec 20 08:46:21 PST 2007 [EMAIL PROTECTED]
* Comment only
M ./compiler/iface/IfaceSyn.lhs -1 +1
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Thu Dec 20 08:43:07 PST 2007 [EMAIL PROTECTED]
* Fix nasty recompilation bug in MkIface.computeChangedOccs
MERGE to 6.8 branch
In computeChangedOccs we look up the old version of a Name.
But a WiredIn Name doesn't have an old version, because WiredIn things
don't appear in in
Thu Dec 20 05:19:12 PST 2007 [EMAIL PROTECTED]
* Fix Trac #1988; keep the ru_fn field of a RULE up to date
The ru_fn field was wrong when we moved RULES from one Id to another.
The fix is simple enough.
However, looking at this makes me realise that the worker/wrapper stuff
for rec
Thu Dec 20 10:03:35 PST 2007 [EMAIL PROTECTED]
* Add better panic message in getSRTInfo (Trac #1973)
M ./compiler/codeGen/CgUtils.hs +1
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Thu Dec 20 09:34:32 PST 2007 [EMAIL PROTECTED]
* Remove obselete code for update-in-place (which we no longer do)
M ./compiler/main/StaticFlags.hs -2
M ./compiler/simplCore/SimplUtils.lhs -27 +4
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
ht
Mon Dec 17 08:46:10 PST 2007 Simon Marlow <[EMAIL PROTECTED]>
* FIX #1980: must check for ThreadRelocated in killThread#
M ./rts/Exception.cmm +5
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Build results:
x86-64 Linux head:lost
x86 Windows head: pass
x86 Windows head fast:pass pass pass pass pass pass
kahl G5 Gentoo Linux head:pass
mnemosyne x86-64 Gentoo head: pass
tnaur PPC OSX head: pass
tnaur PPC OSX head 2: fail (failed stage2
Build results:
kahl G5 Gentoo Linux stable: pass
macgyver PPC OSX stable: pass
x86 Windows stable: pass
x86 Windows stable fast: fail (failed darcs) fail (failed darcs) fail
(failed darcs) fail (failed darcs) fail (failed darcs) fail (failed darcs)
x86-64 Linux stable: los
28 matches
Mail list logo