Community
Participate
Working Groups
Persisting match expressions from the update descriptors fail if the match is not a RequiredCapability.
Created attachment 167646 [details] Partial patch Thomas, here is a test showing the problem and a partial patch dealing with the writing aspect of things. Could you please take care of the reading part of this? Thx.
Your patch suggests that the severity and description are discarded unless a simple requirement is used. I would have thought that the requirement only replaces the name and range and that the severity and description should be serialized regardless. Can you please explain?
Created attachment 167868 [details] Patch with reader side implemented This patch does the following: 1. changes the behavior from the previous patch so that the writer side so that the description and severity is serialized always. 2. Implements the reader site. 3. Fixed the names of the affected IU's in the test. The test is now green.
Patch released.