A little bugtracker cleanup
Hi, While browsing Cython's bugtracker I've found a few issues that should be closed as fixed: http://trac.cython.org/cython_trac/ticket/42 http://trac.cython.org/cython_trac/ticket/94 http://trac.cython.org/cython_trac/ticket/113 http://trac.cython.org/cython_trac/ticket/246 http://trac.cython.org/cython_trac/ticket/358 Best regards, Nikita Nemkin
Thanks. I closed some of these, for the rest I'd like to verify we at least have a regression test. On Fri, Apr 26, 2013 at 8:53 AM, Nikita Nemkin <nikita@nemkin.ru> wrote:
Hi,
While browsing Cython's bugtracker I've found a few issues that should be closed as fixed:
http://trac.cython.org/cython_trac/ticket/42 http://trac.cython.org/cython_trac/ticket/94 http://trac.cython.org/cython_trac/ticket/113 http://trac.cython.org/cython_trac/ticket/246 http://trac.cython.org/cython_trac/ticket/358
Best regards, Nikita Nemkin _______________________________________________ cython-devel mailing list cython-devel@python.org http://mail.python.org/mailman/listinfo/cython-devel
On Sat, 27 Apr 2013 04:07:35 +0600, Robert Bradshaw <robertwb@gmail.com> wrote:
Thanks. I closed some of these, for the rest I'd like to verify we at least have a regression test.
http://trac.cython.org/cython_trac/ticket/42 is about const support. I'm not sure it's necessary to test it separately, but here is the test anyway https://github.com/cython/cython/pull/219 http://trac.cython.org/cython_trac/ticket/113 was fixed here https://github.com/cython/cython/pull/200, tests included. Best regards, Nikita Nemkin
Thanks! On Fri, Apr 26, 2013 at 8:44 PM, Nikita Nemkin <nikita@nemkin.ru> wrote:
On Sat, 27 Apr 2013 04:07:35 +0600, Robert Bradshaw <robertwb@gmail.com> wrote:
Thanks. I closed some of these, for the rest I'd like to verify we at least have a regression test.
http://trac.cython.org/cython_trac/ticket/42 is about const support. I'm not sure it's necessary to test it separately, but here is the test anyway https://github.com/cython/cython/pull/219
http://trac.cython.org/cython_trac/ticket/113 was fixed here https://github.com/cython/cython/pull/200, tests included.
Best regards, Nikita Nemkin _______________________________________________ cython-devel mailing list cython-devel@python.org http://mail.python.org/mailman/listinfo/cython-devel
participants (2)
-
Nikita Nemkin -
Robert Bradshaw