pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 340
Build succeeded
Details:
http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-amd64-stable/340.html
git clone| Success
create mk/build.mk | Success
get subrepos | Success
repo versions| Success
setting v
pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 323
Build succeeded
Details:
http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-i386-stable/323.html
git clone| Success
create mk/build.mk | Success
get subrepos | Success
repo versions| Success
setting versi
pgj2 (amd64 FreeBSD HEAD), build 458
Build succeeded
Details: http://darcs.haskell.org/ghcBuilder/builders/pgj2/458.html
git clone| Success
create mk/build.mk | Success
get subrepos | Success
repo versions| Success
setting version date | Success
booting
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 Thu Aug 25 18:00:01 BST 2011.
checking out new source tree
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 Aug 25 18:10:01 BST 2011.
checking out new source tree
pgj (x86 FreeBSD HEAD), build 460
Build failed
Details: http://darcs.haskell.org/ghcBuilder/builders/pgj/460.html
git clone| Success
create mk/build.mk | Success
get subrepos | Success
repo versions| Success
setting version date | Success
booting | Succe
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 Thu Aug 25 18:00:02 BST 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 Thu Aug 25 18:10:01 BST 2011.
checking out new s
Simon Marlow:
> I've updated GHC's wiki page about workflows to include instructions about
> rebase:
>
> http://hackage.haskell.org/trac/ghc/wiki/WorkingConventions/Git
>
> I've been using `./sync-all pull --rebase` for a while now and it has been
> working quite smoothly for me. It does help
tn23 (x86 OSX HEAD), build 424
Build failed
Details: http://darcs.haskell.org/ghcBuilder/builders/tn23/424.html
git clone | Success
create mk/build.mk | Success
get subrepos | Failure: Just (ExitFailure 2)
Build failed
Details: http://darcs.haskell.org/ghcBuilder/builders/tn23/424
kgardas-opensolaris-x86-head (x86 Solaris HEAD), build 324
Build failed
Details:
http://darcs.haskell.org/ghcBuilder/builders/kgardas-opensolaris-x86-head/324.html
git clone | Success
create mk/build.mk | Success
get subrepos | Failure: Just (ExitFailure 2)
Build failed
Details:
So the rebase work flow advises the following steps:
1. fetch patches from ghc-working into ghc-validate: ./sync-all fetch working
2. merge from working: ./sync-all merge working
3. rebase onto master: ./sync-all pull --rebase
4. validate, push
If I try this I get an error on the second step wher
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/c579340ca8494908abdec0a50952ea81b8eaa6ab
>---
commit c579340ca8494908abdec0a50952ea81b8eaa6ab
Author: Johan Tibell
D
2011/8/25 Razvan Ranca :
> Hi David,
>
>> Most importantly though, is there a particular reason you used the GHC
>> version of Pretty as opposed to the official version?
>>
>>
>> http://hackage.haskell.org/packages/archive/pretty/1.1.0.0/doc/html/Text-PrettyPrint.html
>>
>> The proper package alrea
On Thu, Aug 25, 2011 at 06:11:43PM +0200, Daniel Fischer wrote:
> On Thursday 25 August 2011, 17:44:37, Ian Lynagh wrote:
> > On Mon, Aug 15, 2011 at 12:00:48PM +, Simon Peyton-Jones wrote:
> > > Ian
> > >
> > > > compiler/cmm/CmmNode.hs:187:3:
> > > > Warning: Pattern match(es) are non-ex
simonmar-win32-head (x86 Windows HEAD), build 380
Build failed
Details:
http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-head/380.html
git clone | Failure: Just (ExitFailure 128)
Build failed
Details:
http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-head/380.html
error:
On Thursday 25 August 2011, 17:44:37, Ian Lynagh wrote:
> No, that works here. Daniel, are you compiling with -O0? I think that
> you get that sort of warning if you do.
That seems indeed to be the case, with a mk/validate.mk containing
"SRC_HC_OPTS += -O2", sh validate got past that and successf
On Thursday 25 August 2011, 17:44:37, Ian Lynagh wrote:
> On Mon, Aug 15, 2011 at 12:00:48PM +, Simon Peyton-Jones wrote:
> > Ian
> >
> > > compiler/cmm/CmmNode.hs:187:3:
> > > Warning: Pattern match(es) are non-exhaustive
> > >
> > > In an equation for `entryLabel':
> >
On Mon, Aug 22, 2011 at 07:53:23AM +, Simon Peyton-Jones wrote:
>
> It's not clear that we need a darcs mirror for Hoopl any more. Shall we
> simply nuke it?
>
> Ian, just to check, you aren't using anything Darcs-ish for Hoopl, are you?
> http://hackage.haskell.org/trac/ghc/wiki/Reposito
On Mon, Aug 15, 2011 at 12:00:48PM +, Simon Peyton-Jones wrote:
> Ian
>
> > compiler/cmm/CmmNode.hs:187:3:
> > Warning: Pattern match(es) are non-exhaustive
> >
> > In an equation for `entryLabel':
> > Patterns not matched:
> > CmmComm
simonmar-win32-stable (x86 Windows STABLE), build 313
Build failed
Details:
http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-stable/313.html
git clone | Failure: Just (ExitFailure 128)
Build failed
Details:
http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-stable/313.html
On Wed, Aug 17, 2011 at 11:10:09AM +, Simon Peyton-Jones wrote:
>
> Consider the 'containers' line of the table at the bottom. We can't figure
> out why we need the mirror
> http://darcs.haskell.org/git-mirrors/containers/.git/. Would it not be an
> easier workflow to
> - pull from th
On 25/08/2011 12:05, Simon Marlow wrote:
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/5b167f5edad7d3268de20452da7af05c38972f7c
---
commit 5b167f5edad7d3268de2
I fixed these failures, and got a clean valideate, but presumably I failed to
push. Sorry. I'll need to check when I get back to Cambridge
S
| -Original Message-
| From: cvs-ghc-boun...@haskell.org [mailto:cvs-ghc-boun...@haskell.org] On
| Behalf Of Simon Marlow
| Sent: 25 August 2
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/0eb6439ecb6c5759f4e82e18442050b263f0c1e2
>---
commit 0eb6439ecb6c5759f4e82e18442050b263f0c1e2
Author: Simon Marlow
D
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/c5056b932a06b4adce5167a5cb69f1f0768d28ec
>---
commit c5056b932a06b4adce5167a5cb69f1f0768d28ec
Author: Simon Marlow
D
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/621ea4126b1948fe90915940b364f1efe41cad44
>---
commit 621ea4126b1948fe90915940b364f1efe41cad44
Author: Simon Marlow
D
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/064478933d867e43e0f29a143041edabebcddd38
>---
commit 064478933d867e43e0f29a143041edabebcddd38
Author: Simon Marlow
D
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/4a86a0bff7e8fb3e87708f29adf87bf566632861
>---
commit 4a86a0bff7e8fb3e87708f29adf87bf566632861
Author: Simon Marlow
D
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/fb127a99c6f69dd13e2cd8add01eb3a726fa2f76
>---
commit fb127a99c6f69dd13e2cd8add01eb3a726fa2f76
Author: Simon Marlow
D
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/ad7f1292eec8621011b30171f4b2b72c19444850
>---
commit ad7f1292eec8621011b30171f4b2b72c19444850
Author: Simon Marlow
D
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/a6315fc72eeb418c513c63c7f8ed674c26dd0092
>---
commit a6315fc72eeb418c513c63c7f8ed674c26dd0092
Author: Simon Marlow
D
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/1c2f89535394958f75cfb15c8c5e0433a20953ed
>---
commit 1c2f89535394958f75cfb15c8c5e0433a20953ed
Author: Simon Marlow
D
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/4efb0abc5b1b3d33036b640f36ed1efcb10e6cd4
>---
commit 4efb0abc5b1b3d33036b640f36ed1efcb10e6cd4
Author: Simon Peyton Jo
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/a61db80b86321474d819c9e43cd5066d39d465b9
>---
commit a61db80b86321474d819c9e43cd5066d39d465b9
Author: Simon Marlow
D
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/1e303c702e205cfb0da1353fa232e527f546522d
>---
commit 1e303c702e205cfb0da1353fa232e527f546522d
Author: Simon Marlow
D
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/639646839679a416e525a1801c5e4f2fcdd9b8e8
>---
commit 639646839679a416e525a1801c5e4f2fcdd9b8e8
Author: Simon Marlow
D
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/190d8e13165bc21411a3357cc685a734a0f36370
>---
commit 190d8e13165bc21411a3357cc685a734a0f36370
Author: Simon Marlow
D
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/017aff7547d15efee2f57a13343ca607e9dec2b3
>---
commit 017aff7547d15efee2f57a13343ca607e9dec2b3
Author: Simon Marlow
D
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/299d4645a54fc6083bf92034716ca225adce913e
>---
commit 299d4645a54fc6083bf92034716ca225adce913e
Author: Simon Marlow
D
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/493c12ff54673679a79c242f3f0e224019d7117f
>---
commit 493c12ff54673679a79c242f3f0e224019d7117f
Author: Simon Peyton Jo
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/5b167f5edad7d3268de20452da7af05c38972f7c
>---
commit 5b167f5edad7d3268de20452da7af05c38972f7c
Author: Simon Marlow
D
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/3a179c20d180ef8302dfccd3470b668c2b2cdeef
>---
commit 3a179c20d180ef8302dfccd3470b668c2b2cdeef
Author: Simon Marlow
D
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/4ebf65abcc94647be48216b8ea616c5a8d0b1fce
>---
commit 4ebf65abcc94647be48216b8ea616c5a8d0b1fce
Author: Simon Marlow
D
New patches in /srv/darcs/git-mirrors/vector
commit 1e72d46bdc8488a84558b64ac63632cef1d8a695
Author: Roman Leshchinskiy
Date: Tue Aug 23 22:47:59 2011 +
Slightly faster version of concatMap
commit cd712a098b60df59a5c5bc48ad11e6306537
Author: Roman Leshchinskiy
Date: Tue Aug 23
New patches in /srv/darcs/git-mirrors/primitive
commit 5088de4ffb651982ca09319d5048426b3e3151f9
Author: Roman Leshchinskiy
Date: Wed Aug 17 22:37:10 2011 +
Changelog
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailma
New patches in /srv/darcs/git-mirrors/Win32
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Hi folks,
I've updated GHC's wiki page about workflows to include instructions
about rebase:
http://hackage.haskell.org/trac/ghc/wiki/WorkingConventions/Git
I've been using `./sync-all pull --rebase` for a while now and it has
been working quite smoothly for me. It does help to give a mor
A validate last night failed on:
Unexpected failures:
haddock/haddock_examples haddock.Test [stderr mismatch] (normal)
thT1835 [exit code non-0] (normal)
These also failed in the nightly build.
Come on folks, we need to keep validate clean on at least one platform
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/26c608a0c31d56917099e4f48bf58c1d1e92e61c
>---
commit 26c608a0c31d56917099e4f48bf58c1d1e92e61c
Author: George Ro
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/1644ace10087c736e056731bbe24ffa8188c6f3d
>---
commit 1644ace10087c736e056731bbe24ffa8188c6f3d
Merge: bad37dc...
51 matches
Mail list logo