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

Support for type conversions in params array expansion #5

Open
govert opened this issue Apr 23, 2015 · 3 comments
Open

Support for type conversions in params array expansion #5

govert opened this issue Apr 23, 2015 · 3 comments

Comments

@govert
Copy link
Member

govert commented Apr 23, 2015

From this forum post: https://groups.google.com/d/topic/exceldna/l-grehDBLng/discussion.
Currently we only support params arrays of primitive types - the expansion does not integrate with other type conversions. In preference to the suggested implementation in the forum post, I'd rather ensure that an array conversion MyType[] to object[] can be done before the params expansion. The params expansion needs to leave the types as 'object' in order for the 'missing' values to be recognized.

It needs a bit of thought still...

@govert govert changed the title Support for types for params array expansion Support for type conversions in params array expansion Apr 23, 2015
@obadz
Copy link

obadz commented Jun 4, 2015

Can this library be used to transparently turn non-float/string/dates into object handles and vice-versa?

@govert
Copy link
Member Author

govert commented Jun 4, 2015

It would be the right place to add it. I suggest you add a new issue for discussion of object handles.

@govert
Copy link
Member Author

govert commented Jun 5, 2015

I added a new issue for the object handles wrapper generation.

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

No branches or pull requests

2 participants