pyopendds icon indicating copy to clipboard operation
pyopendds copied to clipboard

Array and sequence type not implemented

Open Sdpierret opened this issue 4 years ago • 1 comments

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.

Sdpierret avatar May 18 '21 08:05 Sdpierret

Yeah, the itl2py_test is a work in progress. That's why it's not in the CI workflow yet.

iguessthislldo avatar May 18 '21 18:05 iguessthislldo