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

One cannot use an empty list to override file tags

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Not Evaluated
    • 1.3.0
    • 1.2.1
    • General
    • None
    • 1cf03765801e3f391323bba3e040a8786017354a

    Description

      For instance:

      CppApplication {
          Group {
              name: "Templates (not to be compiled")
              files: "template.cpp"
              fileTags: []
          }
      }
      

      This will try to compile template.cpp, because apparently the evaluation code in qbs does not differentiate between "property not set" and "property set to an empty list". I think we can do better.

      Attachments

        For Gerrit Dashboard: QBS-633
        # Subject Branch Project Status CR V

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes