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

Library support #4

Open
e9gille opened this issue Apr 17, 2016 · 1 comment
Open

Library support #4

e9gille opened this issue Apr 17, 2016 · 1 comment

Comments

@e9gille
Copy link
Contributor

e9gille commented Apr 17, 2016

The gap.json config file has a lib key which is a vector of libraries to load into the ws but that does not constitute part of your project source code. These libraries should not be updated when edited from the IDE. They might also be shipped in different shapes and forms:

  • dws file
  • dyalog file
  • folder structure of dyalog/dws files

The config file should contain a URI to the library with an optional target namespace to load it into. The loaded code must not be added to the project source by GAP and if edited a warning should appear to remind the developer that the changes are lost on reload.

@e9gille
Copy link
Contributor Author

e9gille commented Aug 12, 2016

keyword changed to libs and is currently only supporting a folder structure of scripts

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