FHIR Chat · OK to remove ig.ini? · shorthand

Stream: shorthand

Topic: OK to remove ig.ini?


view this post on Zulip Carl Anderson (Mar 22 2021 at 18:01):

Sorry if I've overlooked this specific topic - what I've been able to gather from historical conversations, though, is that ig.ini is not needed for IGs. My IG has one, though, and I'm in the process of trying to silence the warning messages I see in the builder output.

view this post on Zulip Carl Anderson (Mar 22 2021 at 18:01):

Which looks like this:

Sushi: !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! IMPORTANT !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! (00:00.0373)
Sushi:                                                                           (00:00.0373)
Sushi: SUSHI detected a "fsh" directory that will be used in the input path.     (00:00.0374)
Sushi: Use of this folder is DEPRECATED and will be REMOVED in a future release. (00:00.0374)
Sushi: To migrate to the new folder structure, make the following changes:       (00:00.0374)
Sushi: - move fsh/config.yaml to ./sushi-config.yaml                             (00:00.0374)
Sushi: - move fsh/*.fsh files to ./input/fsh/*.fsh                               (00:00.0374)
Sushi: - move fsh/ig-data/* files and folders to ./*                             (00:00.0374)
Sushi: - if you used the "history" property in your config, remove it and manage ./package-list.json directly (00:00.0374)
Sushi: - ensure your .gitignore file is not configured to ignore the sources in their new locations (00:00.0374)
Sushi: - add /fsh-generated to your .gitignore file to prevent SUSHI output from being checked into source control (00:00.0375)
Sushi:                                                                           (00:00.0375)
Sushi: NOTE: After you make these changes, the default ouput folder for SUSHI will change to ./fsh-generated. (00:00.0375)
Sushi:                                                                           (00:00.0375)
Sushi: For detailed migration instructions, see: https://fshschool.org/docs/sushi/migration/ (00:00.0375)

view this post on Zulip Carl Anderson (Mar 22 2021 at 18:02):

Since it doesn't really recommend a course of action for the fsh/ig.ini that's in there - I'm wondering whether it's better to delete it, or move it and update the internal links to resolve into fsh-generated...

view this post on Zulip David Pyke (Mar 22 2021 at 18:03):

You need the files, that warning is telling you to migrate your directory structure. Go to the migration instructions and follow them, that will tell you what you can remove.

view this post on Zulip Carl Anderson (Mar 22 2021 at 18:05):

OK, so I do need to keep an ig.ini, then?

view this post on Zulip David Pyke (Mar 22 2021 at 18:05):

yes

view this post on Zulip Carl Anderson (Mar 22 2021 at 18:06):

Great, thanks.


Last updated: Apr 12 2022 at 19:14 UTC