pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 389
Build succeeded
Details:
http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-amd64-stable/389.html
git clone| Success
create mk/build.mk | Success
get subrepos | Success
repo versions| Success
setting v
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 Fri Oct 21 18:00:01 BST 2011.
checking out new source tree
pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 372
Build succeeded
Details:
http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-i386-stable/372.html
git clone| Success
create mk/build.mk | Success
get subrepos | Success
repo versions| Success
setting versi
pgj2 (amd64 FreeBSD HEAD), build 507
Build succeeded
Details: http://darcs.haskell.org/ghcBuilder/builders/pgj2/507.html
git clone| Success
create mk/build.mk | Success
get subrepos | Success
repo versions| Success
setting version date | Success
booting
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 Fri Oct 21 18:10:01 BST 2011.
checking out new source tree
pgj (x86 FreeBSD HEAD), build 509
Build succeeded
Details: http://darcs.haskell.org/ghcBuilder/builders/pgj/509.html
git clone| Success
create mk/build.mk | Success
get subrepos | Success
repo versions| Success
setting version date | Success
booting | Su
On Friday 21 October 2011, 23:58:59, David Waern wrote:
>
> Thanks for this information. I don't have access to a 32 bit system,
> but I've noticed that there has been changes to the .haddock file
> format in recent commits, but no update of the .haddock file version
> number. So deserialization o
tn23 (x86 OSX HEAD), build 464
Build failed
Details: http://darcs.haskell.org/ghcBuilder/builders/tn23/464.html
git clone| Success
create mk/build.mk | Success
get subrepos | Success
repo versions| Success
setting version date | Success
booting | Success
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 Fri Oct 21 18:10:01 BST 2011.
checking out new s
I think it depends on how much work you want to do. Correct way is
probably to do as Johan suggests and have proper types for Word8# and
co. It would be really nice to do this as the lower levels of GHC have
very little type safety which makes me sad. Easiest is to call of the
narrow primops. An al
Hi,
On Fri, Oct 21, 2011 at 1:34 PM, David Peixotto wrote:
> I believe that we should be narrowing the argument before calling the
> function (and in fact both gcc and llvm-gcc will narrow it before a
> call to hs_popcnt8). My question is what is the right way to do
> that in the code generator?
2011/10/21 Daniel Fischer :
> On Friday 21 October 2011, 21:45:23, you wrote:
>>
>> Thanks Daniel and everyone else for investigating. Can you tell me
>> which version of Haddock you're running and which version the the
>> .haddock file comes from?
>
> It's surfaced during validate builds, so the v
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 Fri Oct 21 18:00:01 BST 2011.
checking out new source
After adding support for building GHC with llvm-gcc I had one new test
failure in validate. The failing test is cg071 which tests the popCnt
primitive function. The test is failing because a call to hs_popcnt8
is segfaulting.
The problem seems to be that the words passed to hs_popcnt8 are not
narr
On Friday 21 October 2011, 17:05:56, Ian Lynagh wrote:
> On Fri, Oct 21, 2011 at 01:57:07PM +, Simon Peyton-Jones wrote:
> > All I'm saying is that haddock seg-faults when given the command line
> > I gave in my message. Surely that's a bug?
>
> Yup - probably in GHC rather than haddock. I st
simonmar-win32-head (x86 Windows HEAD), build 420
Build failed
Details:
http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-head/420.html
git clone| Success
create mk/build.mk | Success
get subrepos | Success
repo versions| Success
setting version date | Suc
After much debugging, I've put up a new version of my ARM linker support
patchset on Github[1]. While the relocation code seems to work insofar
as it gets past linking and begins running code without SIGILL or
SIGSEGV, clearly something is amiss,
$ inplace/bin/ghc-stage2 -Binplace/lib --interactiv
| > | The programs it improves could also be improved by changing things like
| > | error "foo"
| > | to
| > | \_ -> error "foo"
| >
| > Technically that's simply an invalid transformation, because it changes
behaviour
| with seq.
|
| What I mean is, the /programmer/ could make the above
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/a0f1542eadf114f9e853be8e8c1c7fc1894c1412
>---
commit a0f1542eadf114f9e853be8e8c1c7fc1894c1412
Author: Simon Pey
On Fri, Oct 21, 2011 at 04:38:48PM +, Simon Peyton-Jones wrote:
>
> | The programs it improves could also be improved by changing things like
> | error "foo"
> | to
> | \_ -> error "foo"
>
> Technically that's simply an invalid transformation, because it changes
> behaviour with seq.
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/ca380cd19530fad4860e42844e42a473188e0013
>---
commit ca380cd19530fad4860e42844e42a473188e0013
Author: Simon Peyton Jo
| The programs it improves could also be improved by changing things like
| error "foo"
| to
| \_ -> error "foo"
Technically that's simply an invalid transformation, because it changes
behaviour with seq.
We nevertheless delicately *do* a transformation of this form to improve
arities.
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/76e428ce253fc9a17fa8ebf32310ed88849a7722
>---
commit 76e428ce253fc9a17fa8ebf32310ed88849a7722
Author: Simon Pey
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/b3f6f530ffd7b169a6e1003d342441982a323f68
>---
commit b3f6f530ffd7b169a6e1003d342441982a323f68
Author: Simon Pey
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/84e2075abcd49d26f3d6703b723c3818d919951c
>---
commit 84e2075abcd49d26f3d6703b723c3818d919951c
Author: Simon Pey
On Fri, Oct 21, 2011 at 08:42:20AM -0700, Simon Peyton-Jones wrote:
>
> Be even more careful about eta expansion when bottom is involved
>
> See Note [Dealing with bottom], reproduced below. Fixes Trac #5557.
>
> 3. Note [Dealing with bottom]
> ~
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : ghc-constraint-solver
http://hackage.haskell.org/trac/ghc/changeset/38767f0d59d49718f73c86ce0ca2f210fb0e4823
>---
commit 38767f0d59d49718f73c86ce0ca2f210fb0e4823
Author:
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : ghc-constraint-solver
http://hackage.haskell.org/trac/ghc/changeset/b45173af07a858ed4fe19624c23ca21542baec1f
>---
commit b45173af07a858ed4fe19624c23ca21542baec1f
Author:
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : ghc-constraint-solver
http://hackage.haskell.org/trac/ghc/changeset/698a4c605d4bff689e401c068ae32996b9cf882d
>---
commit 698a4c605d4bff689e401c068ae32996b9cf882d
Merge: b
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/8cc3f7d768715e7c61eba9ace8a208cfdbaa49da
>---
commit 8cc3f7d768715e7c61eba9ace8a208cfdbaa49da
Author: Simon Pey
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/32e88692aa263705163b47faa171d2c19d008d52
>---
commit 32e88692aa263705163b47faa171d2c19d008d52
Author: Simon Pey
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/8f3f41787c2ec4ee5ce4f488580a0480abf2d3c5
>---
commit 8f3f41787c2ec4ee5ce4f488580a0480abf2d3c5
Author: Simon Peyton Jo
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/2ad79aaa1b87164a0191e8f980f57a9fa0b80e0a
>---
commit 2ad79aaa1b87164a0191e8f980f57a9fa0b80e0a
Author: Simon Peyton Jo
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/6d5dfbf750320dd7bd0fea8e2965935fcedbe15e
>---
commit 6d5dfbf750320dd7bd0fea8e2965935fcedbe15e
Author: Simon Peyton Jo
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/bcd8fdb0301adb78654a5e2794301b38a8fa2a41
>---
commit bcd8fdb0301adb78654a5e2794301b38a8fa2a41
Author: Simon Peyton Jo
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/d242c87d4ca67285f7b434e4879c251d9949bbe0
>---
commit d242c87d4ca67285f7b434e4879c251d9949bbe0
Author: Simon Peyton Jo
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : ghc-kinds
http://hackage.haskell.org/trac/ghc/changeset/99aabb2566f53e8f55f690d232cd9e7aaf1ee250
>---
commit 99aabb2566f53e8f55f690d232cd9e7aaf1ee250
Author: Jose Pedro M
On Thursday 20 October 2011, 19:17:02, Ian Lynagh wrote:
> On Thu, Oct 20, 2011 at 02:25:40PM +, Simon Peyton-Jones wrote:
> > Well I can confidently say that it's the invocation of haddock that
> > seg-faults.
>
> Oh, sure, but I don't think the grep failure is related.
Both, it and the offe
On Friday 21 October 2011, 15:57:07, Simon Peyton-Jones wrote:
> All I'm saying is that haddock seg-faults when given the command line I
> gave in my message. Surely that's a bug?
Definitely. But it's hard to pin when normally you get an orderly
$ ../inplace/bin/haddock --gen-index --gen-content
On Fri, Oct 21, 2011 at 01:57:07PM +, Simon Peyton-Jones wrote:
> All I'm saying is that haddock seg-faults when given the command line I gave
> in my message. Surely that's a bug?
Yup - probably in GHC rather than haddock. I still can't spot any
obvious cause, though. Simon M, are you able
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : ghc-kinds
http://hackage.haskell.org/trac/ghc/changeset/a0ad695dbb46bfacac789a1c08024dcf1d66fd74
>---
commit a0ad695dbb46bfacac789a1c08024dcf1d66fd74
Author: Simon Peyton
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : ghc-kinds
http://hackage.haskell.org/trac/ghc/changeset/99358b94ba18c1915d2c52b8bd5c13a34659b231
>---
commit 99358b94ba18c1915d2c52b8bd5c13a34659b231
Author: Jose Pedro M
All I'm saying is that haddock seg-faults when given the command line I gave in
my message. Surely that's a bug?
Simon
| -Original Message-
| From: cvs-ghc-boun...@haskell.org [mailto:cvs-ghc-boun...@haskell.org] On
Behalf Of
| Ian Lynagh
| Sent: 20 October 2011 18:17
| To: cvs-ghc@has
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : ghc-kinds
http://hackage.haskell.org/trac/ghc/changeset/bcba27f3870f26b5475114df5f508756234782b2
>---
commit bcba27f3870f26b5475114df5f508756234782b2
Author: Simon Peyton
New patches in /srv/darcs/git-mirrors/Win32
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
New patches in /srv/darcs/git-mirrors/haskeline
commit 9d017ded4cccd912192b21bb66f6d627efd9f849
Author: Judah Jacobson
Date: Wed Oct 19 17:40:38 2011 +
Update CHANGES.
commit 47b41cad04402d52b5579c78adf7d920a27f33d9
Author: Judah Jacobson
Date: Wed Oct 19 17:27:52 2011 +
Hello,
On Thu, Oct 20, 2011 at 09:42:59PM -0700, Builder wrote:
> tn23 (x86 OSX HEAD), build 463
>
> Build succeeded
> Details: http://darcs.haskell.org/ghcBuilder/builders/tn23/463.html
>
> git clone| Success
> create mk/build.mk | Success
> get subrepos | Success
> repo v
simonmar-win32-stable (x86 Windows STABLE), build 352
Build succeeded
Details:
http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-stable/352.html
git clone| Success
create mk/build.mk | Success
get subrepos | Success
repo versions| Success
setting version d
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : ghc-kinds
http://hackage.haskell.org/trac/ghc/changeset/ea143d114e8733e2e154283675e5092fcba6f862
>---
commit ea143d114e8733e2e154283675e5092fcba6f862
Author: Jose Pedro M
49 matches
Mail list logo