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

`references` property is not checked for circular references

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • 1.1.0
    • 1.0.1
    • General
    • None
    • 1670c3af43c7af113b9f6eadc1d30d1e271cfc6c

    Description

      a.qbs
      Project {
      	references: [
      		"b.qbs"
      	]
      }
      
      b.qbs
      Project {
      	references: [
      		"a.qbs"
      	]
      }
      

      Trying to build either of those files causes qbs to freeze at "Resolving project for configuration X"

      Attachments

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

        Activity

          People

            jbornema Joerg Bornemann
            ragnis Ragnis Armus
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes