Skip to content

Multidimensional arrays do not generate proper python bindings #94

Description

@haarisr

An idl file with a multi dimensional array creates a wrong size in the python generated bindings

struct Foo{
    long example[3][4];
};

The above creates a single dimensional array of size 34 in python.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions