[l10n] Translation status report for trunk r1158101

2011-08-15 Thread Subversion Translation Status
Translation status report for trunk@r1158101 lang trans untrans fuzzy obs -- de2077 155 322 252 UUoo es2003 229 349 388 +++UU~ fr2184 48

Ctypes-python Array class self-reference problem

2011-08-15 Thread Julian Foad
For anyone interested: I'm trying to debug a memory problem in the ctypes-python bindings Array class which models an apr_array_header_t array. I suppose this class may never have worked properly, as it gets exercised very little within the bindings and had no unit test cases until today. Running

Re: svn commit: r1157682 - /subversion/trunk/subversion/svn/status.c

2011-08-15 Thread Stefan Sperling
On Mon, Aug 15, 2011 at 07:18:18AM -0500, Hyrum K Wright wrote: > Do we do this other places in our code, or does this introduce a new pattern? We do this in lots of places. > It *does* introduce new "format not a string literal, argument types > not checked" warnings at compile-time. Those warn

Re: svn commit: r1157416 - in /subversion/trunk/subversion/bindings/javahl: src/org/apache/subversion/javahl/JNIError.java src/org/tigris/subversion/javahl/JNIError.java tests/org/apache/subversion/ja

2011-08-15 Thread Mark Phippard
On Mon, Aug 15, 2011 at 8:16 AM, Hyrum K Wright wrote: > The solution we used for SubversExceptions involved catching these in > the tirgis package, and then re-throwing the proper tigris exception. > That should work for this case, as well (but will be a bit of tedious > work). > Personally, I w

Re: svn commit: r1157682 - /subversion/trunk/subversion/svn/status.c

2011-08-15 Thread Hyrum K Wright
Do we do this other places in our code, or does this introduce a new pattern? It *does* introduce new "format not a string literal, argument types not checked" warnings at compile-time. -Hyrum On Sun, Aug 14, 2011 at 6:06 PM, wrote: > Author: arfrever > Date: Sun Aug 14 23:06:09 2011 > New Rev

Re: svn commit: r1157416 - in /subversion/trunk/subversion/bindings/javahl: src/org/apache/subversion/javahl/JNIError.java src/org/tigris/subversion/javahl/JNIError.java tests/org/apache/subversion/ja

2011-08-15 Thread Hyrum K Wright
The solution we used for SubversExceptions involved catching these in the tirgis package, and then re-throwing the proper tigris exception. That should work for this case, as well (but will be a bit of tedious work). -Hyrum On Sat, Aug 13, 2011 at 8:28 PM, Mark Phippard wrote: > We could probabl

Re: private functions in public api?

2011-08-15 Thread Julian Foad
On Sun, 2011-08-14, Neels J Hofmeyr wrote: > There are double-underscored function names in include/svn_dirent_uri.h (and > in other include/*.h, too), found both on trunk and on 1.7.x, as well as in > recent beta releases. Have our naming conventions changed?? Such functions are unsupported even