Re: [Numpy-discussion] Automatic issue triage.

2014-02-21 Thread Pauli Virtanen
Charles R Harris charlesr.harris at gmail.com writes: After 6 days of trudging through the numpy issues and finally passing the half way point, I'm wondering if we can set up so that new defects get a small test that can be parsed out and run periodically to mark issues that might be fixed. I

Re: [Numpy-discussion] Automatic issue triage.

2014-02-21 Thread Robert Kern
On Fri, Feb 21, 2014 at 10:07 AM, Pauli Virtanen p...@iki.fi wrote: Charles R Harris charlesr.harris at gmail.com writes: After 6 days of trudging through the numpy issues and finally passing the half way point, I'm wondering if we can set up so that new defects get a small test that can be

Re: [Numpy-discussion] Automatic issue triage.

2014-02-21 Thread Pauli Virtanen
Robert Kern robert.kern at gmail.com writes: [clip] Seems like more trouble than it's worth to automate. We don't want just anyone with a Github account to add arbitrary code to our test suites, do we? The idea of an expected failure test suite is a good one, but it seems to me that it could

Re: [Numpy-discussion] Automatic issue triage.

2014-02-21 Thread Robert Kern
On Fri, Feb 21, 2014 at 11:16 AM, Pauli Virtanen p...@iki.fi wrote: Robert Kern robert.kern at gmail.com writes: [clip] Seems like more trouble than it's worth to automate. We don't want just anyone with a Github account to add arbitrary code to our test suites, do we? The idea of an expected

[Numpy-discussion] Automatic issue triage.

2014-02-20 Thread Charles R Harris
After 6 days of trudging through the numpy issues and finally passing the half way point, I'm wondering if we can set up so that new defects get a small test that can be parsed out and run periodically to mark issues that might be fixed. I expect it can be done, but might be more trouble than it