You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 :
The exception is raised for the following element :
<ArrayType ::XModule::i32_array_t: <PrimitiveType: i32>[4]>
The same issue exist for sequences.
The text was updated successfully, but these errors were encountered: