Details
-
Suggestion
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
2.0.2
-
None
-
7eee1c926 (master), 1490cf659 (master)
Description
Currently, I can write something like this in Qbs:
Project { references: [ 'subproject1/subproject1.qbs', 'subproject2/subproject2.qbs', ] }
Howerver, I can't write this:
Project {
references: [
'subproject*/subproject*.qbs',
]
}
or even
Project {
references: [
'*/*.qbs',
]
}
as it produces an error:
ERROR: /Users/me/project.qbs:2:14 Cannot open '/Users/me/project/*/*.qbs'.
From a user's perspective, my expectation would be that an ability to use wildcards is a feature of the pathList type of properties and can be applied to any property of such type.
Attachments
Gerrit Reviews
For Gerrit Dashboard: QBS-1749 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
510849,5 | Remove dependency of SourceWildCards on ResolvedGroup | master | qbs/qbs | Status: MERGED | +2 | -1 |
510851,10 | Consolidate expansion and modification test in SourceWildcard | master | qbs/qbs | Status: MERGED | +2 | -1 |
527704,1 | Remove dependency of SourceWildCards on ResolvedGroup | 2.2 | qbs/qbs | Status: ABANDONED | 0 | 0 |
527707,1 | Consolidate expansion and modification test in SourceWildcard | 2.2 | qbs/qbs | Status: ABANDONED | 0 | 0 |