cqframework / cqf-tooling

Tooling for CQL and IG Authors
Apache License 2.0
19 stars 23 forks source link

Refresh IG fails on case-sensitive operating systems #42

Closed JPercival closed 12 months ago

JPercival commented 4 years ago

If the IG has a structure such as:

input/resources/Library

instead of:

input/resources/library

It will fail to refresh. To repro:

  1. check out the Opioid cds ig on mac or linux
  2. Rename the library folder to Library
  3. Run the refresh
Chris0296 commented 12 months ago

I have tested this in opioid-cds-r4 ig, and did not encounter this issue. This repo uses a newer version (2.1.0) of the tooling which has resolved this issue.