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 libraries in different directories #24

Open
EvanMachusak opened this issue Oct 12, 2022 · 0 comments
Open

Support libraries in different directories #24

EvanMachusak opened this issue Oct 12, 2022 · 0 comments

Comments

@EvanMachusak
Copy link

e.g., if I open a root folder called "CQL" in VSCode with a structure like this:

  • CQL
    • FolderA
      • LibA.cql
    • FolderB
      • LibB.cql
    • FolderC
      • LibC.cql

I should be able to include LibA from LibB.

Currently the extension relies on requiring colocation of all CQL to prevent the possibility of ambiguity. I think it's acceptable to display an error if the library identifer and version in LibA.cql and LibC.cql are the same (thus creating an ambiguous reference).

It would be nice if the cql-to-elm CLI supported this too.

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

1 participant