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

Wildcards are not case-sensitive on Linux

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Not Evaluated
    • None
    • 3.0
    • General
    • None
    • Linux/X11

    Description

      The wildcard filter

      Application {
          Depends { name: "cpp" }
          name: "test"
          files: "**/*.S"
      }

      matches even .s files on Linux. That is a problem if there are both .S and .s files in the same source tree as those have a different meanings and the cpp module has different rules for both. Wildcard filters should always be case-sensitive.

      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