Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Components
Assignee
Gavin HallidayGavin HallidayReporter
Gavin HallidayGavin HallidayPriority
MajorFix versions
Details
Details
Components
Assignee
Gavin Halliday
Gavin HallidayReporter
Gavin Halliday
Gavin HallidayPriority
Fix versions
Created March 1, 2022 at 9:58 AM
Updated March 1, 2022 at 5:58 PM
Resolved March 1, 2022 at 5:58 PM
With the example:
r1 := RECORD,PACKED STRING f1; INTEGER f2; END; r2 := RECORD r1; END;
r2 should have the fields in the order (f2, f1), but because the packed processing happens later on that does not happen.