-
Notifications
You must be signed in to change notification settings - Fork 43
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
Update fhir-package-loader to v0.2.0 #1246
Conversation
This improves support for "current" dependencies, including support for specific branches of "current" dependencies (via current$mybranch).
Whelp. I guess I should have run the tests. Silly me. |
The duplicate entries issue was fixed by FHIR/fhir-package-loader#6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense and I confirmed dependencies with a branch can be downloaded now. Yay!
expect(extensions).toHaveLength(6); | ||
const birthPlace = extensions.find(e => e.id === 'patient-birthPlace'); | ||
const birthPlaceFromXML = extensions.find(e => e.id === 'patient-birthPlaceXML'); | ||
expect(extensions).toHaveLength(2); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh this is a nice feature from FPL!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, you can thank @mint-thompson for that one! In fact, it looks like you already did!
This improves support for "current" dependencies, including support for specific branches of "current" dependencies (via current$mybranch).