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

Binding Scopes are not Consistent

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Unresolved
    • Not Evaluated
    • None
    • 1.16.0
    • None

    Description

      Project {
          property string bla: "bla"
      
          Probe {
              property string blub: bla // works
              id: theprobe
          }
      }
      
      Project {
          property string bla: "bla"
      
          Product {
              property string blub: bla // does not work
          }
      } 
       

      This might be surprising and confusing for beginners. The behavior should be rather consistent.

      Attachments

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

        Activity

          People

            kandeler Christian Kandeler
            rweickelt Richard Weickelt
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes