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

yield error if a property is bound but not defined

XMLWordPrintable

    • 7f83ff024e1fe56c71d193a95cc9af988c12660d

      Qbs should yield an error if a property is bound but not defined.

      Product {
          narf: "zort"
          // ERROR: Unknown property "narf" at location...
      
          bla.narf: "zort"
          // ERROR: Unknown property "bla" at location...
      
          Depends { name: "cpp" }
          cpp.knolf: "gnampf"
          // ERROR: Unknown property "knolf" at location...
      }
      

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes