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

yield error if a property is bound but not defined

    XMLWordPrintable

Details

    • 7f83ff024e1fe56c71d193a95cc9af988c12660d

    Description

      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...
      }
      

      Attachments

        Issue Links

          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:
              1 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes