Skip to content

Array and sequence type not implemented #18

Open
@Sdpierret

Description

@Sdpierret

itl2py_test provide a sample IDL with multiple types.

when I try to run the itl2py with this sample file, I get the following error :

File "[...]pyopendds/venv/lib/python3.8/site-packages/pyopendds-0.1.0-py3.8-linux-x86_64.egg/pyopendds/dev/itl2py/ast.py", line 234, in visit_array
    raise NotImplementedError
NotImplementedError

The exception is raised for the following element : <ArrayType ::XModule::i32_array_t: <PrimitiveType: i32>[4]>

The same issue exist for sequences.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions