Re: [Cython] Bug: llabs not defined in vs2008

2015-09-30 Thread Stefan Behnel
Hi! None of the core developers uses MSVC, so we generally rely on Windows users to do their own testing and provide fixes. Hogan, Christopher schrieb am 30.09.2015 um 00:03: > I was trying to compile numpy v1.9.2 with Visual Studio 2008 and Cython > 0.23.1. This worked fine with Cython 0.22.x,

Re: [Cython] Bug: llabs not defined in vs2008

2015-09-30 Thread Christoph Gohlke
Hi, On 9/30/2015 12:13 AM, Stefan Behnel wrote: Hi! None of the core developers uses MSVC, so we generally rely on Windows users to do their own testing and provide fixes. Hogan, Christopher schrieb am 30.09.2015 um 00:03: I was trying to compile numpy v1.9.2 with Visual Studio 2008 and Cytho

Re: [Cython] Non-type template parameters

2015-09-30 Thread Stefan Behnel
Ian Henriksen schrieb am 29.07.2015 um 23:56: > On Tue, Jul 28, 2015 at 12:37 PM Robert Bradshaw wrote: >> On Tue, Jul 28, 2015 at 11:18 AM, Ian Henriksen wrote: >>> On Tue, Jul 28, 2015 at 1:36 AM Robert Bradshaw wrote: On Mon, Jul 20, 2015 at 2:06 PM, Ian Henriksen wrote: > I've spent a

Re: [Cython] Bug: llabs not defined in vs2008

2015-09-30 Thread Stefan Behnel
Stefan Behnel schrieb am 30.09.2015 um 09:13: > Hogan, Christopher schrieb am 30.09.2015 um 00:03: >> I was trying to compile numpy v1.9.2 with Visual Studio 2008 and Cython >> 0.23.1. This worked fine with Cython 0.22.x, but in 0.23.1 there are >> some changes in Cython/Utility/TypeConversion.c t

Re: [Cython] Bug: llabs not defined in vs2008

2015-09-30 Thread Hogan, Christopher
> So, what you are saying is that VS-2008 is not C99 standards compliant (what > a surprise) but claims to be? > Are you passing any C compiler flags that requests C99 compliance? We have to use the flag /Qstd=c99. I guess it's more a Microsoft problem than anything. > To me, your proposed ch

Re: [Cython] Non-type template parameters

2015-09-30 Thread Ian Henriksen
> > I'd like to see this feature merged rather sooner than later. Would it help > if we only require a type to be there (so that people get the syntax right > in their code) but do not validate it for now? > > Stefan > > Stefan, Sorry for the delay, I've been mulling over what to do about this and