[Cython] Warning about another bug
Dag Sverre Seljebotn
dagss at student.matnat.uio.no
Wed Aug 6 10:49:52 CEST 2008
Obviously my past efforts weren't good enough:
DEF MYLEN = 3
c = sizeof(MyStruct[MYLEN])
So it seems that the parser can never discern the current syntax (MYLEN
could have been a typedef and MyStruct and extension type, and then it
would have been buffer syntax).
So if keeping the current syntax, I seem to have no choice but to create
a TrailingBracketTypeNode and delay the decision until type analysis.
This takes some work, and adds complexity, so I want to be sure that it
is needed first.
So, can I leave this bug in until the outcome of the syntax is more
conclusive? (I'm currently gathering some response from the NumPy list
and I want to see if they come up with anything...)
--
Dag Sverre
More information about the Cython-dev
mailing list