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

represent project configurations more cleverly

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Unresolved
    • Icon: P2: Important P2: Important
    • None
    • None
    • General
    • None

      Configurations of projects, products, files etc. are currently represented as QVariantMaps (class PropertyMap). There's no data reuse, e.g. Groups that override just one property get a full copy of the product's configuration.

      Solve this by creating a configuration representation that

      • incorporates the concept of prototype chaining for avoiding full copies
      • does not need a full JS evaluation a priori (see evaluateAll in loader.cpp)
      • is serializable

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

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

              Created:
              Updated:

                There are no open Gerrit changes