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
#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.
The text was updated successfully, but these errors were encountered:
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
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.The text was updated successfully, but these errors were encountered: