Skip to content

Arrays are not matched correctly since they are assimilated to a Undefined Type #10

@vlad-coteanu-unibuc

Description

@vlad-coteanu-unibuc

If the simple item is an array, then an assertion will fail because the second switch does not compare the m_itemsDataType but the m_eDataType again. Also, just changing that line will not make arrays work, because the line of code that is generated for that parameter will not compile in C code.

switch(pSimpleItem->m_eDataType)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions