[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn trunk r32962: FAIL (x86-macosx-gnu shared)

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: Mon, 08 Sep 2008 21:56:08 +0100

On Mon, 2008-09-08 at 22:26 +0200, Lieven Govaerts wrote:
> Julian Foad wrote:
> ..
> > I'll re-code that "svn_propset" test function I wrote to avoid
> > Python-2.4 features, unless you beat me to it. I think that single thing
> > accounts for the blame_tests and log_tests and merge_authz_tests
> > failures.
>
> Looks like a simple fix is this:
>
> local_paths = tuple([local_path(path) for path in paths])
>
> ... but my python-fu isn't good enough to decide if this is the most
> efficient solution.

I've just been reading up about generator expressions (which is the
Python-2.4 way I wrote it, without the square brackets), and came to the
same conclusion as you. So, committing... r32972.

Thanks for that, and I hope this (and 32971 which makes commit_tests 28
XFAIL over DAV) fix all the failures.

- Julian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-09-08 22:56:00 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.