To minimize communication regarding failing unittests, I just uploaded a
2.1beta2 to SF (it will also be on bitbucket as soon as its
instabilities encountered since this morning stop). Not a clean sheet
yet, but that should be ~2-3 failing unit-tests.
I also fixed a PROTECT / UNPROTECT unbalanc
Not yet, not yet... but getting there. The segfault issues should be
gone (thanks to an unusually long airport transit).
Beside the usual "test not yet implemented", and unicode + numpy array
issue, there should only be:
- few things with the new NA types (and by the time people have read the
should we expect all unittests to pass? ;)
I am getting following with 1093:198d59806bee
$> python2.6 -c 'import rpy2.tests, unittest; tr =
unittest.TextTestRunner(verbosity = 1); suite = rpy2.tests.suite();
tr.run(suite)'
...F...Error in function (new = FALSE) : file choice cancelled
...