Stream: hapi
Topic: ig source: folder recursive traversal
Patrick Werner (Jul 29 2019 at 08:55):
i added recursive scanning of subfolders to the java validator if you specify a folder as ig source:
https://github.com/hapifhir/org.hl7.fhir.core/pull/65
Is this ok to merge for you @Grahame Grieve @James Agnew ?
Grahame Grieve (Jul 29 2019 at 10:11):
Is this a good feature? In particular ( I haven’t looked at the code yet) I think this should be a flag
Patrick Werner (Jul 29 2019 at 12:34):
To me its a great feature :wink: , i needed that to validate a resource vs multiple referencing IG/conformance packages. With the traversal i can put all package folder in one parent folder and the java validator consumes alle packages at once.
Patrick Werner (Jul 29 2019 at 12:34):
Making this a flag is also no problem.
Grahame Grieve (Jul 29 2019 at 12:35):
make it a flag
Last updated: Apr 12 2022 at 19:14 UTC