Re: [Cython] Fused Types

2011-04-30 Thread Greg Ewing
Stefan Behnel wrote: Meaning, we'd find a new type during type analysis or inference, split off a new version of the function and then analyse it. I'm not sure that this degree of smartness would really be a good idea. I'd worry that if I made a type error somewhere, the compiler would go off

Re: [Cython] Pull request emails

2011-04-30 Thread Robert Bradshaw
Excellent, thanks. On Sat, Apr 30, 2011 at 2:35 PM, Dag Sverre Seljebotn wrote: > Finally think I figured out how to get pull request emails (thanks to Gael > V). From https://github.com/organizations/cython/teams/24445: > > """ > Owners do not receive notifications for the organization's repos b

[Cython] Pull request emails

2011-04-30 Thread Dag Sverre Seljebotn
Finally think I figured out how to get pull request emails (thanks to Gael V). From https://github.com/organizations/cython/teams/24445: """ Owners do not receive notifications for the organization's repos by default. To receive notifications, create a team and add the owners and repos for whi

Re: [Cython] Fused Types

2011-04-30 Thread Robert Bradshaw
On Sat, Apr 30, 2011 at 7:24 AM, Stefan Behnel wrote: > Robert Bradshaw, 29.04.2011 06:32: >> >> On Thu, Apr 28, 2011 at 7:09 PM, Stefan Behnel >>  wrote: >>> >>> mark florisson, 28.04.2011 23:29: On 28 April 2011 22:31, mark florisson wrote: > > On 28 April 2011 22:12, Robert Br

Re: [Cython] Fused Types

2011-04-30 Thread Robert Bradshaw
On Sat, Apr 30, 2011 at 12:51 AM, Dag Sverre Seljebotn wrote: > On 04/30/2011 08:39 AM, Robert Bradshaw wrote: >> >> On Fri, Apr 29, 2011 at 3:53 AM, mark florisson >>  wrote: >>> >>> On 29 April 2011 12:28, Pauli Virtanen  wrote: No, just that real_t is specialized to float whenever st

Re: [Cython] Fused Types

2011-04-30 Thread Stefan Behnel
Robert Bradshaw, 29.04.2011 06:32: On Thu, Apr 28, 2011 at 7:09 PM, Stefan Behnel wrote: mark florisson, 28.04.2011 23:29: On 28 April 2011 22:31, mark florisson wrote: On 28 April 2011 22:12, Robert Bradshaw wrote: On Thu, Apr 28, 2011 at 12:48 PM, mark florisson wrote: So I fixed all

Re: [Cython] Fused Types

2011-04-30 Thread Dag Sverre Seljebotn
On 04/30/2011 08:39 AM, Robert Bradshaw wrote: On Fri, Apr 29, 2011 at 3:53 AM, mark florisson wrote: On 29 April 2011 12:28, Pauli Virtanen wrote: No, just that real_t is specialized to float whenever struct_t is specialized to A and to double when B. Or a more realistic example, c

Re: [Cython] speed.pypy.org

2011-04-30 Thread Stefan Behnel
Vitja Makarov, 30.04.2011 08:08: Can I run this tests at home? Don't expect it to come shrink wrapped. It took me a while to get the setup running on Hudson/Jenkins, and the scripts that do it aren't completely trivial. You can take a look at the config of the job that runs them: https://sa