FHIR Chat · 1.6.0 branch · committers

Stream: committers

Topic: 1.6.0 branch


view this post on Zulip Grahame Grieve (Sep 07 2016 at 00:58):

I've just committed a lot of files to the 1.6.0 branch. This represents a lot of technical corrections to the spec based on further testing. For implementers, the most significant change is that a number of erroneous invariants have been fixed. If you want to get the corrected distribution files (validation, code generation etc) you can ask me, or built the branch yourself

view this post on Zulip Brian Postlethwaite (Sep 07 2016 at 01:35):

yes, very interested in those files (ping to me on skype or send me the URL) thanks

view this post on Zulip Richard Ettema (Sep 07 2016 at 18:36):

@Grahame Grieve I just finished resolving a number of issues building the st3-ballot (v1.6.0-9810) branch in my local environment. All of these issues appear to be caused by changes that may have not been committed. Here's a summary list of what I found:

view this post on Zulip Richard Ettema (Sep 07 2016 at 18:36):

implementations/java/org.hl7.fhir.dstu2016may - Missing project <-- copied from trunk to resolve local build

view this post on Zulip Richard Ettema (Sep 07 2016 at 18:36):

implementations/java/org.hl7.fhir.dstu3 - Missing Java class file TypeDetails.java in package org.hl7.fhir.dstu3.model <-- copied from tools/java/org.hl7.fhir.dstu3 package org.hl7.fhir.dstu3.model to resolve local build

view this post on Zulip Richard Ettema (Sep 07 2016 at 18:36):

implementations/java/org.hl7.fhir.converters - Ant build.xml missing references to implementations/java/org.hl7.fhir.dstu2016may project <-- copied from trunk to resolve local build

view this post on Zulip Richard Ettema (Sep 07 2016 at 18:36):

tools/java/org.hl7.fhir.dstu3 - Java class files need to be deleted from package org.hl7.fhir.dstu3.utils <-- List of files deleted to resolve local build:
- BaseWorkerContext.java
- BuildToolPathEvaluator.java
- IWorkerContext.java
- JsonTrackingParser.java
- LogicalModelMode.java
- LogicalModelNode.java
- LogicalModelUtilities.java
- ProfileComparer.java
- ProfileUtilities.java
- ShExGenerator.java
- SimpleWorkerContext.java
- Transformer.java
- Turtle.java
- XmlLocationAnnotator.java
- XmlLocationData.java
- XmlToJsonConvertor.java

view this post on Zulip Richard Ettema (Sep 07 2016 at 18:36):

tools/java/org.hl7.fhir.igtools - Ant build.xml missing references to implementations/java/org.hl7.fhir.dstu2016may project <-- copied from trunk to resolve local build

view this post on Zulip Richard Ettema (Sep 07 2016 at 18:37):

tools/java/org.hl7.fhir.tools.core - Ant build.xml missing references to implementations/java/org.hl7.fhir.dstu2016may project <-- copied from trunk to resolve local build

view this post on Zulip Grahame Grieve (Sep 07 2016 at 21:23):

thanks. I committed the java file changes, but can you commit the ant changes, thanks

view this post on Zulip Richard Ettema (Sep 07 2016 at 21:33):

Done.


Last updated: Apr 12 2022 at 19:14 UTC