Uploaded image for project: 'Qt Quality Assurance Infrastructure'
  1. Qt Quality Assurance Infrastructure
  2. QTQAINFRA-1343

storagestruct.Machine duplicates storagestructs.Platform in a bad way

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P3: Somewhat important
    • None
    • unversioned
    • Coin (obsolete)
    • None

    Description

      We have:
      struct Platform {
          1: optional OS os
          2: optional OSVersion osVersion
          3: optional Architecture arch
          4: optional Compiler compiler
      }

       

      and now:

      struct Machine {
          1: optional OS os
          2: optional OSVersion os_version
          3: optional string arch // x86 or x86_64
          4: optional Compiler compiler
      }

      Which is an inferior copy of the first. We should have turned the string into an enum first and used Platform everywhere.

      This should be cleaned up.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            aakeskimo Aapo Keskimölö
            frederik Frederik Gladhorn
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes