pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 216
Build succeeded
Details:
http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-amd64-stable/216.html
git clone | Success
create mk/build.mk| Success
get subrepos | Success
setting version date
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 Apr 18 18:10:01 BST 2011.
checking out new source tree
pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 199
Build succeeded
Details:
http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-i386-stable/199.html
git clone | Success
create mk/build.mk| Success
get subrepos | Success
setting version date | S
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 Apr 18 18:00:01 BST 2011.
checking out new source tree
pgj2 (amd64 FreeBSD HEAD), build 334
Build succeeded
Details: http://darcs.haskell.org/ghcBuilder/builders/pgj2/334.html
git clone | Success
create mk/build.mk| Success
get subrepos | Success
setting version date | Success
booting | Succ
On 17/04/2011, at 5:19 AM, Edward Z. Yang wrote:
>
> P.S. Alpha seems pretty dead. Can we punt it?
Might as well. The NCG used to be implemented in one big module, with #ifdefs
to choose the architecture. A couple of years ago I split it into the module
hierarchy it is now. The Alpha port was
simonmar-win32-stable (x86 Windows STABLE), build 230
Build succeeded
Details:
http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-stable/230.html
git clone | Success
create mk/build.mk| Success
get subrepos | Success
setting version date | Succe
pgj (x86 FreeBSD HEAD), build 336
Build succeeded
Details: http://darcs.haskell.org/ghcBuilder/builders/pgj/336.html
git clone | Success
create mk/build.mk| Success
get subrepos | Success
setting version date | Success
booting | Success
kgardas-opensolaris-x86-head (x86 Solaris HEAD), build 205
Build succeeded
Details:
http://darcs.haskell.org/ghcBuilder/builders/kgardas-opensolaris-x86-head/205.html
git clone | Success
create mk/build.mk| Success
get subrepos | Success
setting version date
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 Apr 18 18:10:01 BST 2011.
checking out new s
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 Apr 18 18:00:01 BST 2011.
checking out new source
On Mon, Apr 18, 2011 at 09:10:28AM +0200, Karel Gardas wrote:
> >Apart from this, a much simpler version (using cut, inspired by
> >your diff, but also tr) may be:
> >
> > git log -n 1 --date=short --pretty=format:%ci | cut -d ' ' -f 1 | tr
> > -d -
> >
> >Does this work on Solaris?
>
> G
>
> (A minor point: I think your definition D10, rather than D76, is closest to
> what GHC implements as Char, since you can for example evaluate (length
> "\xD800") with no complaints
Yikes - I thought earlier versions of GHC wouldn't evaluate "\xD800". So you
are right - GHC seems to be D10, but
sparky-unreg (Sparc Solaris unreg HEAD), build 94
Build failed
Details: http://darcs.haskell.org/ghcBuilder/builders/sparky-unreg/94.html
git clone | Failure: Just (ExitFailure 9)
Build failed
Details: http://darcs.haskell.org/ghcBuilder/builders/sparky-unreg/94.html
ld.so.1: git: fatal: reloca
simonmar-win32-head (x86 Windows HEAD), build 297
Build failed
Details:
http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-head/297.html
git clone | Failure: Just (ExitFailure 128)
Build failed
Details:
http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-head/297.html
fatal:
tn23 (x86 OSX HEAD), build 312
Build succeeded
Details: http://darcs.haskell.org/ghcBuilder/builders/tn23/312.html
git clone | Success
create mk/build.mk| Success
get subrepos | Success
setting version date | Success
booting | Success
co
On 15/04/2011 09:37, Max Bolingbroke wrote:
On 14 April 2011 13:40, Simon Marlow wrote:
Suffice to say, this conversation is now over my head :-) So I defer to you
guys; I'm happy with whatever solution you come up with.
I was hoping to get your input on the general structure of the code
chan
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/6b3fd05836ba40636a3b8c313e623783a6678222
>---
commit 6b3fd05836ba40636a3b8c313e623783a6678222
Author: Michal Te
On 14/04/2011 21:23, Michal Terepeta wrote:
Hi,
Apparently T706 test doesn't ignore ~/.ghci file and was failing for me
because of that. Attached is a simple patch fixing this.
Thanks - I'll push.
Simon
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
---
tests/ghc-regress/rts/all.T |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/tests/ghc-regress/rts/all.T b/tests/ghc-regress/rts/all.T
index 3adc725..a008e3b 100644
--- a/tests/ghc-regress/rts/all.T
+++ b/tests/ghc-regress/rts/all.T
@@ -77,6 +77,8 @@ test('T2615',
On 04/18/11 08:13 AM, Matthias Kilian wrote:
On Sun, Apr 17, 2011 at 11:44:33PM +0200, Karel Gardas wrote:
This patch fixes issue with version date processing on Solaris while using
Solaris' provided sed. I don't know sed enough to remove GNUism in version
date processing so I replaced sed usage
21 matches
Mail list logo