Stream: committers
Topic: Issue with 4.1.0
Lloyd McKenzie (Apr 13 2019 at 20:43):
I was trying to run the validator tests but they were crashing because I don't have a 4.1.0 in my cache - and the tool wasn't retrieving it for some reason. I ran a local full build, but that didn't make a difference. So I manually created the folder and unzipped the .tgz file into the folder, which seems to be working except there's a problem with the content. There are two code system files that both declare a canonical URL of "urn:iso-astm:E1762-95:2013" - CodeSystem-signature-type and CodeSystem-astm-signature-type. The content appears to be identical. The latter is referenced in a value set and the former isn't, so I'm going to manually strip references to the former. However, the main build should be choking on this. (And I shouldn't have to be manually creating a cache entry for 4.1.0 at all...)
Lloyd McKenzie (Apr 13 2019 at 20:59):
Also each time I run the validator, it's ignoring the cache and grabbing a new copy of 1.0.2 - and the version that it's downloading has bad version declaration in StructureDefinition-xhtml.json
Grahame Grieve (Apr 13 2019 at 21:02):
that's maintained in github. make a PR against it there
Grahame Grieve (Apr 13 2019 at 21:02):
what are you running when you run these?
Lloyd McKenzie (Apr 13 2019 at 21:08):
Just launching the validation tests from Eclipse
Lloyd McKenzie (Apr 13 2019 at 21:09):
Any thoughts on why it's not respecting the cached version? (Or why I had to manually create the cached version for 4.1.0?
Grahame Grieve (Apr 13 2019 at 21:09):
it's on my list to debug
Lloyd McKenzie (Apr 13 2019 at 21:11):
Did a quick scan of all the projects in the HL7 github and nothing jumped out. Do you remember what it's called?
Grahame Grieve (Apr 13 2019 at 21:12):
https://github.com/FHIR/packages
Lloyd McKenzie (Apr 13 2019 at 21:12):
tx
Lloyd McKenzie (Apr 13 2019 at 21:12):
Why FHIR and not HL7?
Grahame Grieve (Apr 13 2019 at 21:13):
cause the repo supports the tooling not the standards process
Lloyd McKenzie (Apr 13 2019 at 21:15):
I checked the source for 1.0.2#StructureDefinition-xhtml.json and it looks good in GitHub, so the .tgz that the validator is downloading doesn't have the right stuff or it's grabbing the wrong one somehow.
Grahame Grieve (Apr 13 2019 at 21:34):
I think I copied an old copy of the packages up during my big rebase.
Grahame Grieve (Apr 13 2019 at 21:34):
recopying them up now
Grahame Grieve (Apr 13 2019 at 21:39):
done
Last updated: Apr 12 2022 at 19:14 UTC