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 configurable custom named toolboxes #14

Open
Rickasaurus opened this issue Aug 22, 2013 · 0 comments
Open

Add configurable custom named toolboxes #14

Rickasaurus opened this issue Aug 22, 2013 · 0 comments

Comments

@Rickasaurus
Copy link
Contributor

From #3

The idea is you add a name, path pair which represents a custom toolbox. The type provider will:

  1. Make sure that it's in the matlab path at type provider and execution time.
  2. Add a properly named toolbox type for the toolbox and lazily fill it with functions from the given path.

Questions:

  • Should this be a lookup by name on every execution, or be compiled in?

Seems like it should be a lookup, but that means the configuration file is required for the app. Perhaps static if it can't find the config file would be ideal.

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