Re: Bytestring test failures

2008-09-11 Thread Ian Lynagh
On Thu, Sep 11, 2008 at 09:25:46AM +0100, Simon Marlow wrote: > Simon Peyton-Jones wrote: > > >=> bytestring001(optc) > >Segmentation fault > > This is a segfault from GHC - perhaps you have old interface files in > your bytestring package? Nope, it's reproducible: $ ls bytestring001.

Re: Bytestring test failures

2008-09-11 Thread Simon Marlow
Simon Peyton-Jones wrote: I ran a full testsuite today. Several bytestring tests are seg-faulting consistently, when -O is on. See below. Does anyone have a clue about why? Simon => bytestring001(normal) cd ./lib/Data.ByteString && '/64playpen/simonpj/builds/HEAD-1/ghc/stage2-inplace/gh

Re: bytestring

2007-10-18 Thread Duncan Coutts
On Wed, 2007-10-17 at 23:37 +0100, Ian Lynagh wrote: > On Wed, Oct 17, 2007 at 06:48:57PM +0100, Duncan Coutts wrote: > > > > code.haskell.org/bytestring has a MOTD telling people to ignore it and > > use darcs.haskell.org/bytestring instead. > > Why do you prefer d.h.o over c.h.o, out of interes

Re: bytestring

2007-10-17 Thread Ian Lynagh
On Wed, Oct 17, 2007 at 06:48:57PM +0100, Duncan Coutts wrote: > > code.haskell.org/bytestring has a MOTD telling people to ignore it and > use darcs.haskell.org/bytestring instead. Why do you prefer d.h.o over c.h.o, out of interest? c.h.o has the advantage that it's much easier to add accounts

Re: bytestring

2007-10-17 Thread Don Stewart
duncan.coutts: > On Wed, 2007-10-17 at 08:50 -0700, Don Stewart wrote: > > > > Don, what do you think? How about we keep bytestring on darcs.h.o and > > > only move binary etc to code.h.o. > > > > As long as we have a head and stable branch. I don't want to validate > > any time we make a change

Re: bytestring

2007-10-17 Thread Duncan Coutts
On Wed, 2007-10-17 at 08:50 -0700, Don Stewart wrote: > > Don, what do you think? How about we keep bytestring on darcs.h.o and > > only move binary etc to code.h.o. > > As long as we have a head and stable branch. I don't want to validate > any time we make a change to bytestring, only when merg

Re: bytestring

2007-10-17 Thread Don Stewart
duncan.coutts: > On Tue, 2007-10-16 at 14:14 +0100, Simon Marlow wrote: > > > > If we're doing this we should be consistent about it. ie where the head > > > should > > > go, where the other branches should go. Here's Cabal's layout at the > > > moment: > > > > > > Cabal HEAD: d.h.o/cabal > > >

Re: bytestring

2007-10-17 Thread Duncan Coutts
On Tue, 2007-10-16 at 14:14 +0100, Simon Marlow wrote: > > If we're doing this we should be consistent about it. ie where the head > > should > > go, where the other branches should go. Here's Cabal's layout at the moment: > > > > Cabal HEAD: d.h.o/cabal > > ghc HEAD branch of Cabal: d.h.o/packa

Re: bytestring

2007-10-16 Thread Simon Marlow
Duncan Coutts wrote: In message <[EMAIL PROTECTED]> Don Stewart <[EMAIL PROTECTED]> writes: simonmarhaskell: Don Stewart wrote: dons: simonpj: In bytestring package, Data.Char8 doesn't even get past the parser. What's going on with bytestring? Looks like the last patch added a ',' to

Re: bytestring

2007-10-12 Thread Don Stewart
duncan.coutts: > In message <[EMAIL PROTECTED]> Don Stewart > <[EMAIL PROTECTED]> writes: > > simonmarhaskell: > > > Don Stewart wrote: > > > >dons: > > > >>simonpj: > > > >>> In bytestring package, Data.Char8 doesn't even get past the parser. > > > >>> What's going on with bytestring? > > > >

Re: bytestring

2007-10-12 Thread Duncan Coutts
In message <[EMAIL PROTECTED]> Don Stewart <[EMAIL PROTECTED]> writes: > simonmarhaskell: > > Don Stewart wrote: > > >dons: > > >>simonpj: > > >>> In bytestring package, Data.Char8 doesn't even get past the parser. > > >>> What's going on with bytestring? > > >>> > > >>Looks like the last patc

Re: bytestring

2007-10-11 Thread Don Stewart
simonmarhaskell: > Don Stewart wrote: > >dons: > >>simonpj: > >>> In bytestring package, Data.Char8 doesn't even get past the parser. > >>> What's going on with bytestring? > >>> > >>Looks like the last patch added a ',' to the end of a line, which was > >>silently accepted by 6.6.1 which Dunc

Re: bytestring

2007-10-08 Thread Simon Marlow
Don Stewart wrote: dons: simonpj: In bytestring package, Data.Char8 doesn't even get past the parser. What's going on with bytestring? Looks like the last patch added a ',' to the end of a line, which was silently accepted by 6.6.1 which Duncan uses, but failed with the head (which I u

RE: bytestring

2007-10-08 Thread Simon Peyton-Jones
| So the moral of the story is that there are no trivial patches, not to ghc - | which we all knew - and not to the core libs either, a fact some of us had not | fully grasped but are now painfully aware of. Don't worry! If not for ICFP you'd have fixed it the next day. And while it's true that

RE: bytestring

2007-10-05 Thread Duncan Coutts
In message <[EMAIL PROTECTED]> Simon Peyton-Jones <[EMAIL PROTECTED]> writes: > | > Duncan, the error message I get is > | > > | > Configuring bytestring-0.9... > | > Setup: Cabal was not bootstrapped correctly > | > | This is an error from Cabal. This is bad. We get this error when Cabal does > |

RE: bytestring

2007-10-04 Thread Simon Peyton-Jones
| > Duncan, the error message I get is | > | > Configuring bytestring-0.9... | > Setup: Cabal was not bootstrapped correctly | | This is an error from Cabal. This is bad. We get this error when Cabal does | not | know its own version number and so cannot compare its version number to the | one | th

Re: bytestring

2007-10-04 Thread Duncan Coutts
In message <[EMAIL PROTECTED]> Manuel M T Chakravarty <[EMAIL PROTECTED]> writes: > Simon Peyton-Jones wrote, > > Unpulling up to and including this patch seems to make bytestring build > > again > [..] > > Fri Sep 28 23:33:56 GMT Daylight Time 2007 Duncan Coutts > > <[EMAIL PROTECTED]> > > > >

Re: bytestring

2007-10-03 Thread Don Stewart
chak: > Simon Peyton-Jones wrote, > >Unpulling up to and including this patch seems to make bytestring build > >again > [..] > >Fri Sep 28 23:33:56 GMT Daylight Time 2007 Duncan Coutts > ><[EMAIL PROTECTED]> > > > > * Use new style syntax in .cabal file and use configurations for > > ghc-6.4.

Re: bytestring

2007-10-02 Thread Manuel M T Chakravarty
Simon Peyton-Jones wrote, Unpulling up to and including this patch seems to make bytestring build again [..] Fri Sep 28 23:33:56 GMT Daylight Time 2007 Duncan Coutts <[EMAIL PROTECTED]> * Use new style syntax in .cabal file and use configurations for ghc-6.4.2 We previously had a commen

Re: bytestring

2007-09-29 Thread Don Stewart
dons: > simonpj: > >In bytestring package, Data.Char8 doesn't even get past the parser. > >What's going on with bytestring? > > > > Looks like the last patch added a ',' to the end of a line, which was > silently accepted by 6.6.1 which Duncan uses, but failed with the head > (which I us

Re: bytestring

2007-09-29 Thread Don Stewart
simonpj: >In bytestring package, Data.Char8 doesn't even get past the parser. >What's going on with bytestring? > Looks like the last patch added a ',' to the end of a line, which was silently accepted by 6.6.1 which Duncan uses, but failed with the head (which I use). Patch applied. -

RE: bytestring broken?

2007-09-29 Thread Simon Peyton-Jones
| With the last set of patches to package bytestring, the head fails | to compile for me (not building from a virgin tree, but after make | distclean) on MacOs. It complains that cabal has not been build | properly. | | Manuel me too. here's the output ( cd bytestring && setup/Setup configure \