Re: [darcs-devel] announcing darcs 2.0.0pre1, the first prerelease for darcs 2

2007-12-17 Thread Stefan O'Rear
On Tue, Dec 18, 2007 at 06:11:58AM +0100, Peter Lund wrote: > On Mon, 2007-12-17 at 10:18 -0500, David Roundy wrote: > > > Any suggestions how to go about doing this? I quick look suggests that > > libcurl can't handle http pipelining, and that no haskell HTTP library does > > so. The only librar

Re: [darcs-devel] announcing darcs 2.0.0pre1, the first prerelease for darcs 2

2007-12-17 Thread David Roundy
On Thu, Dec 13, 2007 at 07:19:02PM -0800, Stefan O'Rear wrote: > On Thu, Dec 13, 2007 at 07:12:45PM -0800, David Roundy wrote: > > Still on my todo list (of issues that you've reported): > > > > 2. figuring out a nice way to speed up a lazy darcs get. Currently it > >grabs each file in the re

Re: [darcs-devel] announcing darcs 2.0.0pre1, the first prerelease for darcs 2

2007-12-17 Thread Tim Chevalier
On 12/17/07, David Roundy <[EMAIL PROTECTED]> wrote: > > Any suggestions how to go about doing this? I quick look suggests that > libcurl can't handle http pipelining, and that no haskell HTTP library does > so. The only library I can find that does seem to support it is libwww, > which looks like

Re: [darcs-devel] announcing darcs 2.0.0pre1, the first prerelease for darcs 2

2007-12-14 Thread Simon Marlow
David Roundy wrote: On Fri, Dec 14, 2007 at 10:04:57AM +, Simon Marlow wrote: David Roundy wrote: Okay, it turns out that it was indeed bad strictness causing the trouble. For some reason, I had made the PatchInfoAnd data type strict in both its components, which meant that every time we re

Re: [darcs-devel] announcing darcs 2.0.0pre1, the first prerelease for darcs 2

2007-12-14 Thread David Roundy
On Fri, Dec 14, 2007 at 10:04:57AM +, Simon Marlow wrote: > David Roundy wrote: > > Okay, it turns out that it was indeed bad strictness causing the trouble. > > For some reason, I had made the PatchInfoAnd data type strict in both its > > components, which meant that every time we read a patch

Re: [darcs-devel] announcing darcs 2.0.0pre1, the first prerelease for darcs 2

2007-12-13 Thread David Roundy
On Thu, Dec 13, 2007 at 07:12:45PM -0800, David Roundy wrote: > On Thu, Dec 13, 2007 at 09:50:50AM +, Simon Marlow wrote: > > Simon Marlow wrote: > > >David Roundy wrote: > > >>Yikes! That's actually a very surprising bug. I'd be interested in > > >>hearing if it shows up if you run a darcs2 o