pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 160
Build succeeded
Details:
http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-amd64-stable/160.html
darcs checkout| Success
create mk/build.mk| Success
get subrepos | Success
repo versions
Build description = HEAD on i386-unknown-linux (cam-02-unx)
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 Feb 21 18:00:01 GMT 2011.
checking out new source tree
pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 143
Build succeeded
Details:
http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-i386-stable/143.html
darcs checkout| Success
create mk/build.mk| Success
get subrepos | Success
repo versions | S
Build description = STABLE on i386-unknown-linux (cam-02-unx)
Build location= /playpen/simonmar/nightly/STABLE
Build config file = /home/simonmar/nightly/site/msrc/conf-STABLE-cam-02-unx
Nightly build started on cam-02-unx at Mon Feb 21 18:10:01 GMT 2011.
checking out new source tree
pgj2 (amd64 FreeBSD HEAD), build 278
Build succeeded
Details: http://darcs.haskell.org/ghcBuilder/builders/pgj2/278.html
darcs checkout| Success
create mk/build.mk| Success
get subrepos | Success
repo versions | Success
setting version date | Succ
simonmar-win32-head (x86 Windows HEAD), build 241
Build succeeded
Details:
http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-head/241.html
darcs checkout| Success
create mk/build.mk| Success
get subrepos | Success
repo versions | Success
set
simonmar-win32-stable (x86 Windows STABLE), build 176
Build succeeded
Details:
http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-stable/176.html
darcs checkout| Success
create mk/build.mk| Success
get subrepos | Success
repo versions | Succe
pgj (x86 FreeBSD HEAD), build 280
Build succeeded
Details: http://darcs.haskell.org/ghcBuilder/builders/pgj/280.html
darcs checkout| Success
create mk/build.mk| Success
get subrepos | Success
repo versions | Success
setting version date | Success
tn23 (x86 OSX HEAD), build 264
Build failed
Details: http://darcs.haskell.org/ghcBuilder/builders/tn23/264.html
darcs checkout | Success
create mk/build.mk | Success
get subrepos | Success
repo versions| Success
setting version date | Success
booting | Success
Build description = HEAD on x86_64-unknown-linux (cam-04-unx)
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 Feb 21 18:00:01 GMT 2011.
checking out new source
Build description = STABLE on x86_64-unknown-linux (cam-04-unx)
Build location= /64playpen/simonmar/nightly/STABLE-cam-04-unx
Build config file = /home/simonmar/nightly/site/msrc/conf-STABLE-cam-04-unx
Nightly build started on cam-04-unx at Mon Feb 21 18:10:01 GMT 2011.
checking out new s
kgardas-opensolaris-x86-head (x86 Solaris HEAD), build 138
Build succeeded
Details:
http://darcs.haskell.org/ghcBuilder/builders/kgardas-opensolaris-x86-head/138.html
darcs checkout| Success
create mk/build.mk| Success
get subrepos | Success
repo versions
The only reason this is bad is that in GHC a function only has one type. So
suppose
f :: forall a. Eq a => a -> a
(which is just surface syntax for
ForAllTY a (FunTy (PredTy (ClassP Eq [a])) ...)
)
If you change that to
f :: forall a. DEq a -> a -> a
where DEq is the dat
Mon Feb 21 07:36:47 PST 2011 simo...@microsoft.com
* Test Trac #4969
A ./tests/ghc-regress/typecheck/should_compile/T4969.hs
M ./tests/ghc-regress/typecheck/should_compile/all.T +1
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=testsuite;a=darcs_commitdiff;h=2011022
Thu Feb 17 09:43:36 PST 2011 simo...@microsoft.com
* Test Trac #4952
A ./tests/ghc-regress/typecheck/should_compile/T4952.hs
M ./tests/ghc-regress/typecheck/should_compile/all.T +2
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=testsuite;a=darcs_commitdiff;h=2011021
Thu Feb 17 17:17:45 PST 2011 Edward Z. Yang
* New codegen: GC calling convention must use registers.
Previously, on register-deficient architectures like x86-32,
the new code generator would emit code for calls to stg_gc_l1,
stg_gc_d1 and stg_gc_f1 that pushed their single argument on
Mon Feb 21 07:32:39 PST 2011 simo...@microsoft.com
* Fix another fundep error (fixes Trac #4969)
If I had a pound for every hour Dimitrios and I have spent
making functional dependencies work right, we'd be rich!
We had stupidly caused a 'wanted' to be rewritten by a 'derived', with
Simon M is on holiday for a week, so you may just be stalled on this, I'm
afraid.
Simon
| -Original Message-
| From: cvs-ghc-boun...@haskell.org [mailto:cvs-ghc-boun...@haskell.org] On
| Behalf Of Edward Z. Yang
| Sent: 20 February 2011 00:58
| To: cvs-ghc
| Subject: Compacting GC intera
18 matches
Mail list logo