Uploaded image for project: 'Qbs ("Cubes")'
  1. Qbs ("Cubes")
  2. QBS-264

product properties that are associative arrays are not accessible from rules

    XMLWordPrintable

Details

    Description

      The following snippet

      Product {
          property var table: ({a: "AAA"})
      }
      ...
      Rule {
      ...
          prepare: {
              print("product.table: " + product.table);
          }
      }
      

      will print

      product.table: undefined
      

      because we're filtering all associative array properties.

      Attachments

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

        Activity

          People

            jbornema Joerg Bornemann
            jbornema Joerg Bornemann
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes