Systems-Modeling / SysML-v2-Pilot-Implementation

Proof-of-concept pilot implementation of the SysML v2 textual notation and visualization
GNU Lesser General Public License v3.0
114 stars 23 forks source link

ST6RI-676 Feature chain expression result typing can fail when used with indexing #480

Closed seidewitz closed 1 year ago

seidewitz commented 1 year ago

Updates OperatorExpressionAdapter::addIndexingResultSubsetting to ensure that the seq argument is transformed before trying to use its result parameter as the target of the implicit subsetting of the result parameter of an index expression. This subsetting not being set correctly was the underlying cause of the bug being fixed.