Re: [Cython] cython.org

2016-06-06 Thread Robert Bradshaw
FYI, this was due to AC failure in the server room.

On Sun, Jun 5, 2016 at 10:43 PM, Robert Bradshaw  wrote:
> Thanks for letting us know.
>
> cython.org site - UW - sure I can find a copy
> code - github
> wiki - github
> docs - UW - easy to generate
> trac - UW - the big loss (not sure how old any backup is)
> buildnot - UW - ephemeral except some configs (which'd be nice, but
> not essential, to find)
>
> I'll look more into this tomorrow.
>
>
> On Sun, Jun 5, 2016 at 8:27 PM, William Stein  wrote:
>> Hi Cython devs,
>>
>> Unfortunately, cython.org is down, since it was hosted at UW, and
>> pretty much all UW math computing infrastructure I have is dead.
>> I don't know why, though I suspect an attack of some sort.   I don't
>> know whether there are any backups of cython.org as it was hosted on
>> hardware that I didn't manage at all.Sorry.  There is no ETA for
>> recovery.
>>
>>  -- William
>>
>> --
>> William (http://wstein.org)
>> ___
>> cython-devel mailing list
>> cython-devel@python.org
>> https://mail.python.org/mailman/listinfo/cython-devel
___
cython-devel mailing list
cython-devel@python.org
https://mail.python.org/mailman/listinfo/cython-devel


Re: [Cython] Cygwin: Handling missing C99 long double functions

2016-06-06 Thread Erik Bray
On Wed, May 18, 2016 at 12:22 AM, Robert Bradshaw  wrote:
> On Fri, May 13, 2016 at 4:26 AM, Erik Bray  wrote:
>> On Thu, May 12, 2016 at 12:55 AM, Greg Ewing
>>  wrote:
>>> Erik Bray wrote:

 A developer who writes some code that
 happens to use long double isn't going to think themselves "Gosh, I
 guess I can't accept `long double` here because it may cause Cython to
 generate code that contains "truncl"
>>>
>>>
>>> Sounds to me like Cython shouldn't be taking it upon
>>> itself to generate calls to truncl just because long
>>> double is being used. The programmer should have to
>>> call it explicitly if that's what they want.
>>
>> Since it's just a small optimization it could be disabled without
>> trouble too.  Preferably with a #define that can be set or unset at
>> compile time.
>
> https://github.com/cython/cython/commit/46d3efc4ff9123c73889bcb54b2b200d6be39ff4

The commit looks good to me.  Sorry I somehow missed this earlier.

The other cases are a bit hairier, but this is the one I was most
concerned about since it doesn't explicitly involve any operations
with long doubles.

Thanks,
Erik
___
cython-devel mailing list
cython-devel@python.org
https://mail.python.org/mailman/listinfo/cython-devel