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

Add codegen support for using converters to convert string sequence to comma-delimited string #1401

Closed
sbethur opened this issue Apr 10, 2020 · 0 comments · Fixed by #1404
Closed
Assignees
Labels

Comments

@sbethur
Copy link
Contributor

sbethur commented Apr 10, 2020

Description of issue

#1391 requires logic in Python bindings to convert input of basic sequence types of str elements to comma-delimited string before calling into C library functions. The concept of converters as used in nimi-python is well suited for this job. But codegen does not support using converters in such cases.

@sbethur sbethur added this to the nidigital API finalization milestone Apr 10, 2020
@sbethur sbethur self-assigned this Apr 10, 2020
@sbethur sbethur changed the title Add codegen support for using converters to convert iterable to comma-delimited string Add codegen support for using converters to convert string sequence to comma-delimited string Apr 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
1 participant