Re: [Cython] bug report

2016-07-20 Thread Stefan Behnel
swapnil jariwala schrieb am 15.07.2016 um 14:11: > trac.cython.org does not open for me, I've come across an error while > trying the tutorial, I've elaborated the same in below question > > http://stackoverflow.com/questions/38386722/how-to-resolve-error-error-compiling-cython-file-error > > any

Re: [Cython] Cython infrastructure

2016-07-20 Thread Elizabeth A. Fischer
I'm of the opinion that the simplicity of GitHub Issues is a plus in many ways. ___ cython-devel mailing list cython-devel@python.org https://mail.python.org/mailman/listinfo/cython-devel

Re: [Cython] Cython infrastructure

2016-07-20 Thread Robert Bradshaw
On Wed, Jul 20, 2016 at 3:19 AM, Dima Pasechnik wrote: > On Wed, Jul 20, 2016 at 10:55 AM, Baptiste Carvello > wrote: >> Le 20/07/2016 08:01, Robert Bradshaw a écrit : >> >>> trac.cython.org >>> This is probably the most controversial, but I think it makes sense to >>> migrate to github issues. W

Re: [Cython] Cython infrastructure

2016-07-20 Thread Robert Bradshaw
On Wed, Jul 20, 2016 at 7:41 AM, William Stein wrote: > On Tue, Jul 19, 2016 at 11:01 PM, Robert Bradshaw wrote: >> Since the inception of the Cython project, William Stein's generously >> allowed us to share Sage's hardware to host Cython's infrastructure, >> which has been a great help. However

Re: [Cython] Cython infrastructure

2016-07-20 Thread William Stein
On Tue, Jul 19, 2016 at 11:01 PM, Robert Bradshaw wrote: > Since the inception of the Cython project, William Stein's generously > allowed us to share Sage's hardware to host Cython's infrastructure, > which has been a great help. However, I think the time has come to > re-evaluate our options, wh

Re: [Cython] Cython infrastructure

2016-07-20 Thread Dima Pasechnik
On Wed, Jul 20, 2016 at 10:55 AM, Baptiste Carvello wrote: > Le 20/07/2016 08:01, Robert Bradshaw a écrit : > >> trac.cython.org >> This is probably the most controversial, but I think it makes sense to >> migrate to github issues. While clearly not as powerful, featureful, >> or customizable as t

Re: [Cython] Cython infrastructure

2016-07-20 Thread Baptiste Carvello
Le 20/07/2016 08:01, Robert Bradshaw a écrit : > trac.cython.org > This is probably the most controversial, but I think it makes sense to > migrate to github issues. While clearly not as powerful, featureful, > or customizable as trac, it seems it would fulfill our modest needs. I > am happy to do

Re: [Cython] Cython infrastructure

2016-07-20 Thread Robert Bradshaw
On Wed, Jul 20, 2016 at 12:21 AM, Jeroen Demeyer wrote: > On 2016-07-20 08:01, Robert Bradshaw wrote: >> >> let alone all of Sage > > Curious. Does Cython upstream regularly test SageMath? I know I test Cython > master occasionally on SageMath and stuff breaks sometimes. Admittedly that target ha

Re: [Cython] Cython infrastructure

2016-07-20 Thread Jeroen Demeyer
On 2016-07-20 08:01, Robert Bradshaw wrote: let alone all of Sage Curious. Does Cython upstream regularly test SageMath? I know I test Cython master occasionally on SageMath and stuff breaks sometimes. ___ cython-devel mailing list cython-devel@pyt