Uploaded image for project: 'HPCC'
  1. HPCC
  2. HPCC-27264

PACKED is lost from a record embedded inside another record

    XMLWordPrintable

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 8.8.0
    • eclcc
    • None

    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.

      Attachments

        Activity

          People

            ghalliday Gavin Halliday
            ghalliday Gavin Halliday
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: