Re: [darcs-users] darcs2 performance regression

2008-05-01 Thread zooko
On Apr 30, 2008, at 2:53 PM, Simon Marlow wrote: > I just tried a hashed version of the testsuite repo, and it's > slower if > anything. > > $ time darcs2 w -s ... > 11.04s real 10.13s user 0.67s system 97% darcs w -s > > (the darcs-1 repo was around 8 seconds) > > I got progress messages

[darcs-users] darcs patch: Added test for issue 803

2008-05-01 Thread lele
Fri May 2 01:36:29 CEST 2008 [EMAIL PROTECTED] * Added test for issue 803 New patches: [Added test for issue 803 [EMAIL PROTECTED] addfile ./tests/issue803.sh hunk ./tests/issue803.sh 1 +#!/usr/bin/env bash + +# http://bugs.darcs.net/issue803: Darcs 2.0 regression on manual renames + +set -ev

Re: [darcs-users] darcs patch: doc: tell users about darcs-2 handling o... (and 2 more)

2008-05-01 Thread Lele Gaifax
I know this is already applied, but... On Wed, 30 Apr 2008 16:54:55 + (UTC) [EMAIL PROTECTED] wrote: > Fri Apr 25 18:21:04 BST 2008 Eric Kow <[EMAIL PROTECTED]> > * doc: tell users about darcs-2 handling of identical patches. > Do not bother talking about darcs-1 behaviour. hunk ./s

[darcs-users] darcs patch: doc: msmtp -t (for multiple recipients)

2008-05-01 Thread Eric Kow
Thu May 1 23:47:01 BST 2008 Eric Kow <[EMAIL PROTECTED]> * doc: msmtp -t (for multiple recipients) When I used --sendmail-command="msmtp %t %<" to send a patch to the darcs darcs repository, I got the following error: PERM_FAILURE: Probe failed: Illegal To: address (invalid domain

[darcs-users] darcs patch: resolve issue794: don't stop on first re... (and 1 more)

2008-05-01 Thread Eric Kow
[note, there might be some resends... experimenting with msmtp] Thu May 1 23:39:23 BST 2008 Eric Kow <[EMAIL PROTECTED]> * resolve issue794: don't stop on first repoformat success. Unfortunately, this bug means that older versions darcs might not be aware of potential forwards-compatibi

[darcs-users] darcs patch: issue 538: set scripts executable before... (and 1 more)

2008-05-01 Thread tux_rocker
Thu May 1 22:36:44 CEST 2008 [EMAIL PROTECTED] * issue 538: set scripts executable before test if user desires Fri May 2 00:15:28 CEST 2008 [EMAIL PROTECTED] * Added test for issue 538 New patches: [issue 538: set scripts executable before test if user desires [EMAIL PROTECTED] hunk ./sr

[darcs-users] buildbot news and two pleas for help

2008-05-01 Thread zooko
We now have four buildslaves: http://allmydata.org/buildbot-darcs/ http://allmydata.org/buildbot-darcs/waterfall They are currently named after the generous person who operates them: ertai, heffalump, zooko windows, and jules. We would love to have more! Setting one up is easy. Contact me

Re: [darcs-users] darcs patch: refactor "_darcs" to darcsdir variable

2008-05-01 Thread Gwern Branwen
On 2008.05.01 09:55:07 +0200, Joachim Breitner <[EMAIL PROTECTED]> scribbled 1.9K characters: > Hi, > > Am Mittwoch, den 30.04.2008, 22:02 -0700 schrieb Jason Dagit: > > I'm not a fan of hardcoded values and I realized we have "_darcs" > > appearing all over in the source base. So in the spirit o

Re: [darcs-users] darcs patch: remove gitlib.{c, h.in} as it appears to be unused

2008-05-01 Thread David Roundy
On Wed, Apr 30, 2008 at 05:52:33PM -0700, Jason Dagit wrote: > Prehaps we've been keeping gitlib around in case someone resurrects > git support but I noticed that it doesn't appear to be referenced > anywhere: > > $ grep -r gitlib . > ./src/gitlib.c:#include "gitlib.h" > > This patch simply remo

Re: [darcs-users] darcs patch: refactor "_darcs" to darcsdir variable

2008-05-01 Thread David Roundy
On Wed, Apr 30, 2008 at 10:02:07PM -0700, Jason Dagit wrote: > I'm not a fan of hardcoded values and I realized we have "_darcs" > appearing all over in the source base. So in the spirit of relaxing > mindless programming tasks I've refactored it all to Darcs.Global (not > sure that's the right pl

Re: [darcs-users] darcs patch: darcs prefs: remove type witness stuff, breaks compiles

2008-05-01 Thread David Roundy
On Thu, May 01, 2008 at 12:07:57AM -0400, Gwern Branwen wrote: > On 2008.04.30 07:03:45 -0700, David Roundy <[EMAIL PROTECTED]> scribbled 1.2K > characters: > > On Tue, Apr 29, 2008 at 11:34:35PM -0400, [EMAIL PROTECTED] wrote: > > > Tue Apr 29 23:19:21 EDT 2008 [EMAIL PROTECTED] > > > * darcs

Re: [darcs-users] darcs patch: refactor "_darcs" to darcsdir variable

2008-05-01 Thread Joachim Breitner
Hi, Am Mittwoch, den 30.04.2008, 22:02 -0700 schrieb Jason Dagit: > I'm not a fan of hardcoded values and I realized we have "_darcs" > appearing all over in the source base. So in the spirit of relaxing > mindless programming tasks I've refactored it all to Darcs.Global (not > sure that's the ri