pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 707
Build succeeded
Details:
http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-amd64-stable/707.html
git clone| Success
create mk/build.mk | Success
get subrepos | Success
repo versions
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 Thu Oct 18 18:10:01 BST 2012.
checking out new source tree
pgj2 (amd64 FreeBSD HEAD), build 835
Build succeeded
Details: http://darcs.haskell.org/ghcBuilder/builders/pgj2/835.html
git clone| Success
create mk/build.mk | Success
get subrepos | Success
repo versions| Success
touching clean-check
pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 695
Build succeeded
Details:
http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-i386-stable/695.html
git clone| Success
create mk/build.mk | Success
get subrepos | Success
repo versions
pgj (x86 FreeBSD HEAD), build 832
Build succeeded
Details: http://darcs.haskell.org/ghcBuilder/builders/pgj/832.html
git clone| Success
create mk/build.mk | Success
get subrepos | Success
repo versions| Success
touching clean-check fil
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 Thu Oct 18 18:10:01 BST 2012.
checking out new s
am-deb7-64 (HEAD), build 215
Build failed
Details: http://darcs.haskell.org/ghcBuilder/builders/am-deb7-64/215.html
git clone| Success
create mk/build.mk | Success
get subrepos | Success
repo versions| Success
touching clean-check file
Build description = HEAD (unreg) on x86_64-unknown-linux (cam-04-unx)
Build location= /64playpen/simonmar/nightly/HEAD-unreg-cam-04-unx
Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-unreg-cam-04-unx
Nightly build started on cam-04-unx at Thu Oct 18 18:20:01 BST 2012.
chec
Repository : ssh://darcs.haskell.org//srv/darcs/haddock
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/1baca3e5fb206a60a326ca7b61419b91b4642d98
>---
commit 1baca3e5fb206a60a326ca7b61419b91b4642d98
Author: Ian Lynagh
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/d4a1964300295bfe700caa89f5d28c53eb74bdef
>---
commit d4a1964300295bfe700caa89f5d28c53eb74bdef
Author: Ian Lynagh
Dat
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/660dc69a777b462fc635e9914fa59bd784bb233c
>---
commit 660dc69a777b462fc635e9914fa59bd784bb233c
Author: Ian Lynagh
Dat
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/21e5b6137490d2aeaa93ced6fbd35e862c1260a0
>---
commit 21e5b6137490d2aeaa93ced6fbd35e862c1260a0
Author: Ian Lynagh
Dat
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/6e771fa19dbb7edc116b5974124229a2725103e8
>---
commit 6e771fa19dbb7edc116b5974124229a2725103e8
Author: Ian Lynagh
Dat
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/51da4ee2401983359db9caad3902a98a8f505431
>---
commit 51da4ee2401983359db9caad3902a98a8f505431
Author: Ian Lynagh
Dat
Does anyone know what is happening in this validate failure (rts/T7037)?
This is on 32-bit Windows (MSYS).
Simon
=> T7037(normal) 2129 of 3447 [1, 19, 1]
cd ./rts && $MAKE -s --no-print-directory T7037T7037.run.stdout
2>T7037.run.stderr
Wrong exit code (expected 0 , actual 2 )
Stdout:
I'm getting these failures in DPH when validating on Windows (32-bit)
dph/nbody dph-nbody-copy-fast [exit code non-0] (normal)
dph/nbody dph-nbody-vseg-fast [exit code non-0] (normal)
It's a type error as below. Can anyone (Manuel, Ben?) say what's w
On Thu, Oct 18, 2012 at 11:58:17AM +0200, Twan van Laarhoven wrote:
> Dear list,
>
>
> One piece of utility code that I find myself writing over and over
> again is the pointwise Num instance for tuples, i.e.
>
> instance (Num a, Num b) => Num (a,b) where
> fromInteger x = (fromInteg
On Thu, 18 Oct 2012, Twan van Laarhoven wrote:
One piece of utility code that I find myself writing over and over again is
the pointwise Num instance for tuples, i.e.
For my taste, writing
2 :: (Int, Integer)
abs (x,y)
should yield a compiler error and the compiler should not try to in
Dear list,
One piece of utility code that I find myself writing over and over again is the
pointwise Num instance for tuples, i.e.
instance (Num a, Num b) => Num (a,b) where
fromInteger x = (fromInteger x, fromInteger x)
(a,b) + (a',b') = (a + a', b + b')
(a,b) - (
19 matches
Mail list logo