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
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
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
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
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
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