Re: [PATCH] Improve svn_checksum_t bindings in SWIG
From: Daniel Shahaf <danielsh_at_elego.de>
Date: Tue, 11 Dec 2012 21:10:50 +0200
Yeah, you're right. Ultimately that's because svn_checksum_size takes
What should we do then?
- revv svn_checksum_size to take an svn_checksum_kind_t?
- svn.core.APR_MD5_DIGESTSIZE? svn.core doesn't export that symbol.
- len(hashlib.md5().hexdigest()) ?
- 32 ?
- explicitly test the digest of a known string (even the C unit tests
In the meantime, I applied Shivani's patch in r1420334.
Peter Samuelson wrote on Tue, Dec 11, 2012 at 12:49:27 -0600:
|
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.