pyopendds
pyopendds copied to clipboard
Array and sequence type not implemented
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.
Yeah, the itl2py_test is a work in progress. That's why it's not in the CI workflow yet.