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 software argument handler #31

Closed
eblondel opened this issue Oct 23, 2019 · 1 comment
Closed

Support for software argument handler #31

eblondel opened this issue Oct 23, 2019 · 1 comment

Comments

@eblondel
Copy link
Collaborator

In some software, such as for DB connectors (#30), we need to be able to specify a handler function for a given argument.

For example, in the case of DBI, the main handler is DBI::dbConnect, but the first argument drv requires an instance of driver, that can be instantiated using DBI::dbDriver(<drivername>). The software argument definition could be extended with such handler, here in that case DBI::dbDriver.

The software function getHandlerInstance should then be able to evaluate such argument handler.

@eblondel
Copy link
Collaborator Author

Needed in #30

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant