Stream: committers
Topic: Large change to build
Grahame Grieve (Feb 16 2018 at 02:19):
I'm just committing a rather large change to the spec. This is not a good time to be doing that, but any other time is worse :-(. This change changes ElementDefinition.type so that instead of repeating .type for each combination of type/profile or type/targetProfile, we now have one type, and repeat profile or targetProfile.
This turned out to cause 100s of changes in the code, and the process of updating was overwhelming for this stage in the process. What I can say is the spec builds. But I would be completely unsurprised to find rendering problems in any of the following places:
- the tree view of resources or profiles
- xml and json templates
- the UML view
If there are problems, it will be in the presentation of types for a choice[x] element, or in the allowed targets for a reference
I'll be doing QA, but the point of this message is to alert you all to not take the correctness of these views for granted right now - check them.
Also, sadly, I have no idea whether any IGs build correctly. I simply don't have time to check this right now
Ewout Kramer (Feb 16 2018 at 13:00):
Brave. It's going to be a bit painful for us, but certainly not 100s of places, luckily.
Last updated: Apr 12 2022 at 19:14 UTC