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

Range error in Module

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 1.3.2
    • 1.2.0
    • General
    • None
    • dcc4f9723e9e1daebc4ca634d57cd57ac4fbcc4f

    Description

      When both dependent module and module which depends on it has properties with same name,
      binding one property to another cause error: "RangeError: Maximum call stack size exceeded"

      Steps to reproduce:
      1. Create module "foo1":

      	Module {
      		property string bar
      		
      	} 

      2. Create module "foo2":

      	Module {
      		Depends {name: "foo1"}
      		foo1.bar: bar
      		property string bar: "someVal"
      		
      	} 

      3. Create product which depends on module "foo2"

      Attachments

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

        Activity

          People

            jbornema Joerg Bornemann
            brerrabbit Max Tim
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes