Conversation
- Ensured that implicit types are computed when the types are derived.
|
Does not work as expected. @seidewitz, please confirm is our sample is correct. |
|
@gke3 Try this: If you don't get an error, then you don't have 2025-10 installed. |
|
@seidewitz |

This PR corrects the evaluation of the feature value expression of the
baseTypeof semantic metadata.Consider the following KerML model:
The structure
Tshould have an implicit specialization to the base structureS, but, instead, it previously just received an implied specialization toObjects::Object. This is because the evaluation of the feature value expression for thebaseTypefeature was computed using theannotatedElementTas the target, rather than the annotating metadata feature (whereannotatedElementis a feature). The PR corrects this.