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

Broken invariant in DependenciesResolver

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Not Evaluated
    • None
    • 2.4.1
    • General
    • None
    • Linux/X11
    • f60582a94 (master)

    Description

       

      import qbs
      Product {
      Depends { name: "Qt"; submodules: ["core", "missing-module", "quick"] }
      }
      

      Parsing this project will result in a failed check

      269: QBS_CHECK(state.pendingResolvedDependencies.empty());

      Looks like such situation arises when DependenciesResolver::multiplexDependency returns a list with a missing module that is not at the end of the list.

      Attachments

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

        Activity

          People

            kandeler Christian Kandeler
            dannix Daniel
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes