PACKED is lost from a record embedded inside another record

Description

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.

Conclusion

None

Activity

Show:

Gavin Halliday March 1, 2022 at 4:39 PM

A (possibly better) work around is to add ,PACKED onto the record that contains the embedded record.

Fixed
Pinned fields
Click on the next to a field label to start pinning.

Details

Components

Assignee

Reporter

Priority

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

Flag notifications