Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Array and sequence type not implemented #18

Open
Sdpierret opened this issue May 18, 2021 · 1 comment · May be fixed by #30
Open

Array and sequence type not implemented #18

Sdpierret opened this issue May 18, 2021 · 1 comment · May be fixed by #30
Milestone

Comments

@Sdpierret
Copy link

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.

@iguessthislldo
Copy link
Member

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

@iguessthislldo iguessthislldo linked a pull request Jun 7, 2021 that will close this issue
@iguessthislldo iguessthislldo added this to the v0.2 milestone Oct 8, 2021
@iguessthislldo iguessthislldo linked a pull request Nov 8, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants