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

declaring function with typed arguments #17

Open
sdementen opened this issue Nov 16, 2013 · 1 comment
Open

declaring function with typed arguments #17

sdementen opened this issue Nov 16, 2013 · 1 comment

Comments

@sdementen
Copy link

When declaring the functions (name, arguments, documentation), could it be possible to make type information optionnaly available on the arguments (like XL_TYPE_NUM for double or XL_TYPE_MULTI + XL_TYPE_NUM for list of double) ?
Then some type checking could happen before calling the function to ensure the type is correct. Moreover, it would ease the definition of a XL_TYPE_ARRAY (see related post).

sebastien

@poidasmith
Copy link
Owner

Sorry, I'm not sure I follow what you are asking for here. Is this for the python reference server?

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