Re: [Cython] (was: Cython .pxd introspection: listing defined constants)

2011-02-24 Thread W. Trevor King
On Thu, Feb 24, 2011 at 05:57:21PM -0800, Robert Bradshaw wrote: > On of my primary motivations to moving to github (or similar) was > nicely annotated diffs between branches and the ability to do > line-by-line comments. If you could also push to your fork there, > that'd be great (otherwise I wil

Re: [Cython] (was: Cython .pxd introspection: listing defined constants)

2011-02-24 Thread Robert Bradshaw
On Thu, Feb 24, 2011 at 5:42 PM, W. Trevor King wrote: > W. Trevor King, 22.02.2011 18:55: >> I've been working on a more explicit parser that removes the >> ambiguity behind the various visibilities.  This will help me ensure >> proper impolementation of my cdef-ed enums/structs/..., and make it

[Cython] (was: Cython .pxd introspection: listing defined constants)

2011-02-24 Thread W. Trevor King
W. Trevor King, 22.02.2011 18:55: > I've been working on a more explicit parser that removes the > ambiguity behind the various visibilities. This will help me ensure > proper impolementation of my cdef-ed enums/structs/..., and make it > easier to update visibility syntax in the future. Take a l