On 06/02/2011 11:51 PM, Robert Bradshaw wrote:
On Thu, Jun 2, 2011 at 2:42 PM, mark florisson
wrote:
On 2 June 2011 23:31, Robert Bradshaw wrote:
On Thu, Jun 2, 2011 at 2:18 PM, Dag Sverre Seljebotn
wrote:
On 06/02/2011 06:39 PM, Robert Bradshaw wrote:
In looking at merging fused types,
On Thu, Jun 2, 2011 at 2:42 PM, mark florisson
wrote:
> On 2 June 2011 23:31, Robert Bradshaw wrote:
>> On Thu, Jun 2, 2011 at 2:18 PM, Dag Sverre Seljebotn
>> wrote:
>>> On 06/02/2011 06:39 PM, Robert Bradshaw wrote:
In looking at merging fused types, it's time to nail down the syntax
On 2 June 2011 23:31, Robert Bradshaw wrote:
> On Thu, Jun 2, 2011 at 2:18 PM, Dag Sverre Seljebotn
> wrote:
>> On 06/02/2011 06:39 PM, Robert Bradshaw wrote:
>>>
>>> In looking at merging fused types, it's time to nail down the syntax.
>>> The current implementation is
>>>
>>> ctypedef cytho
On Thu, Jun 2, 2011 at 2:18 PM, Dag Sverre Seljebotn
wrote:
> On 06/02/2011 06:39 PM, Robert Bradshaw wrote:
>>
>> In looking at merging fused types, it's time to nail down the syntax.
>> The current implementation is
>>
>> ctypedef cython.fused_type(list, dict, object) fused_t
>>
>> This requ
On Jun 2, 2011 2:18 PM, "Dag Sverre Seljebotn"
wrote:
> If you only want this allowed in typedefs, then, being puristic, I think
that really a "fused type" is really different from a ctypedef, and that it
would warrant something like a new keyword.
>
> cdef fusedtype [list, dict, object] fused_t
On 06/02/2011 06:39 PM, Robert Bradshaw wrote:
In looking at merging fused types, it's time to nail down the syntax.
The current implementation is
ctypedef cython.fused_type(list, dict, object) fused_t
This requires an addition to the grammer to allow the "call" syntax in
a type declaratio
On Thu, Jun 2, 2011 at 1:07 PM, mark florisson
wrote:
> On 2 June 2011 18:39, Robert Bradshaw wrote:
>> In looking at merging fused types, it's time to nail down the syntax.
>> The current implementation is
>>
>> ctypedef cython.fused_type(list, dict, object) fused_t
>>
>> This requires an add
On 2 June 2011 18:39, Robert Bradshaw wrote:
> In looking at merging fused types, it's time to nail down the syntax.
> The current implementation is
>
> ctypedef cython.fused_type(list, dict, object) fused_t
>
> This requires an addition to the grammer to allow the "call" syntax in
> a type dec
Not that my opinion carriers any weight, but I'm +1 on this.
On Thu, Jun 2, 2011 at 11:39 AM, Robert Bradshaw <
rober...@math.washington.edu> wrote:
> In looking at merging fused types, it's time to nail down the syntax.
> The current implementation is
>
>ctypedef cython.fused_type(list, dic
In looking at merging fused types, it's time to nail down the syntax.
The current implementation is
ctypedef cython.fused_type(list, dict, object) fused_t
This requires an addition to the grammer to allow the "call" syntax in
a type declaration, as well as special casing to make it allowed on
10 matches
Mail list logo