OptimaSystems / GAP

Granular APL Project manager. For easy management of source code in external files.
1 stars 0 forks source link

Library support #4

Open e9gille opened 8 years ago

e9gille commented 8 years ago

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:

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 commented 7 years ago

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