> - The default branch in general is. What would it take to get an
> 0.8.1 or 0.9.0 ready? What's changed since 0.8?
Since there was major changes in http module, cjson deprecation and
support all design functions, it couldn't count for revision release
imho. Full changes easy to view via hg log -r 0.8:tip
> - What state the tests are in. Can someone wanting to contribute rely
> on the current set of tests to provide adequate coverage?
Some things currently are not test friendly (like http module). Some
things are not well testable like:
http://code.google.com/p/couchdb-python/issues/detail?id=208
since I dont know any good methods to emulate race conditions without
massive threading usage and patching internals. May be you know?
I have local branch with his refactored version that more-less test
friendly, but does it really needed since all his tests are done
through usage of CouchDB API?
> - _replicator DB support. Anyone worked on this? Is there a "right
> way" to override the rule that says DBs can't start with '_'?
Full story is there:
http://code.google.com/p/couchdb-python/issues/detail?id=188
Simple and fast solution is just add it to exception name set. But in
perspective this could be wrong way to go.
> - I recall there being some changes to session handling from 0.8; is
> that work done, or was more planned?
Since everything works, looks that session changes are complete.
--
,,,^..^,,,
On Wed, Sep 19, 2012 at 3:38 AM, Eli Stevens (Gmail)
<wickedg
...@gmail.com> wrote:
> I was wondering what the status of:
> - The default branch in general is. What would it take to get an
> 0.8.1 or 0.9.0 ready? What's changed since 0.8?
> - What state the tests are in. Can someone wanting to contribute rely
> on the current set of tests to provide adequate coverage?
> - _replicator DB support. Anyone worked on this? Is there a "right
> way" to override the rule that says DBs can't start with '_'?
> - I recall there being some changes to session handling from 0.8; is
> that work done, or was more planned?
> Thanks,
> Eli
> --
> You received this message because you are subscribed to the Google Groups "CouchDB-Python" group.
> To post to this group, send email to couchdb-python@googlegroups.com.
> To unsubscribe from this group, send email to couchdb-python+unsubscribe@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/couchdb-python?hl=en.