Stream: shorthand
Topic: SUSHI 0.12.3
Chris Moesel (Apr 26 2020 at 03:15):
Announcing SUSHI 0.12.3 (released yesterday) with the following bug fixes and enhancements:
- Elements can receive mappings, even if they previously had none (#372)
_genonce.sh
should work correctly on case-sensitive file systems (#379) (thanks, @Pétur Valdimarsson!)- Elements that allow a choice of
Resource
types can be set to specific instances of one of the allowed types. (#377 ) - Lists of instances correctly contain all of the instances specified instead of overriding previously set instances (#378)
- SUSHI now returns a non-zero exit code when exiting from a known early exit point or when exiting due to an unexpected error (#375)
- When a dependency is specified with a version of
dev
, but is not present in the local cache, thecurrent
version is loaded and used. (#374)
Release Notes: https://github.com/FHIR/sushi/releases/edit/v0.12.3
Chris Moesel (Apr 26 2020 at 03:20):
This addresses issues reported by @Pétur Valdimarsson and @David Hay. @Grahame Grieve -- it also fixes those few rare places where SUSHI wasn't exiting with an error code when it should -- so please feel free to have the IG Publisher use the exit code if it isn't already!
David Hay (Apr 26 2020 at 18:28):
BTW I Think the link is incorrect. Should be https://github.com/FHIR/sushi/releases/tag/v0.12.3
Last updated: Apr 12 2022 at 19:14 UTC