vs-code-cython icon indicating copy to clipboard operation
vs-code-cython copied to clipboard

Incorrect syntax error for Cython-supported pointer arrays

Open jrenaud90 opened this issue 9 months ago • 0 comments

The following code is supported (and based on this convo, preferred. See also PR 6177) style of Cython for a pointer array:


cdef (char *)[4] char_ptr_array

However, currently the type checker flags this as a syntax error "expected identifier" followed by "expected newline".

jrenaud90 avatar May 03 '24 01:05 jrenaud90