Stream: IG creation
Topic: package id name conflicts for #dev and #current
Chris Moesel (Aug 14 2018 at 02:37):
(deleted)
Richard Kavanagh (Jun 20 2019 at 15:34):
Not specifically for US Core, but in general how would this approach work is the STU3 and R$ versions of a package were both being developed?
Eric Haas (Jun 20 2019 at 17:53):
The package ids will both be the same locally.. for us core this would be hl7.fhir.us.core#dev for both versions. theoretically this only would be on your local machine
Eric Haas (Jun 20 2019 at 17:56):
I am not sure what would be the current. hl7.fhir.us.core#current would be for R4 right now what if I go back to and update STU3 and the ci builds (this is currently a separate repo) what is that package? hl7.fhir.us.core#current too? ( Right now we have no plan to update STU3 btw)
Eric Haas (Jun 20 2019 at 17:58):
how are these #dev and #current package name conflicts resolved between versions. I am assuming the package is overwritten by the latest #dev or #current package?
Grahame Grieve (Jun 20 2019 at 19:23):
I'm not exactly sure what you are asking. but I can say that there can only be one current version for each package, so there's no way to have current for old versions. That doesn't stop us from producing technical corrections
Eric Haas (Jun 20 2019 at 23:15):
Lets say for example, I have locally a US-Core-R4 and US-Core-STU3 ( which I in fact do). the npm package name is the same for both. "hl7.fhir.us.core' :
Eric Haas (Jun 20 2019 at 23:15):
- I do a local build US Core R4 produces hl7.fhir.us.core#dev
Eric Haas (Jun 20 2019 at 23:16):
- I then do a local build US Core R3 produces hl7.fhir.us.core#dev
Eric Haas (Jun 20 2019 at 23:17):
- I push US Core R4 to github and the autobuilder runs and creates hl7.fhir.us.core#current
Eric Haas (Jun 20 2019 at 23:17):
- I subsequently push US Core R3 to github and the autobuilder runs and creates hl7.fhir.us.core#current?
Grahame Grieve (Jun 20 2019 at 23:19):
you better not push any updates to US-Core any more....
Eric Haas (Jun 20 2019 at 23:20):
for STU3?
Grahame Grieve (Jun 20 2019 at 23:20):
yes.
Eric Haas (Jun 20 2019 at 23:20):
I was planning to for R4
Eric Haas (Jun 20 2019 at 23:20):
got it
Grahame Grieve (Jun 20 2019 at 23:20):
right. all R4 now.
Eric Haas (Jun 20 2019 at 23:21):
I probably should remove the git files from the directory thne
Grahame Grieve (Jun 20 2019 at 23:22):
yes.
Eric Haas (Jun 20 2019 at 23:24):
actually I turned off the web hook and can you restrict access to just admins? for US-Core
Grahame Grieve (Jun 20 2019 at 23:25):
only you now
Eric Haas (Jun 20 2019 at 23:26):
Ok
Last updated: Apr 12 2022 at 19:14 UTC