Merge lp://staging/~pete-woods/cmake-extras/fix-filtering into lp://staging/cmake-extras
Proposed by
Pete Woods
Status: | Merged |
---|---|
Approved by: | Pete Woods |
Approved revision: | 75 |
Merged at revision: | 75 |
Proposed branch: | lp://staging/~pete-woods/cmake-extras/fix-filtering |
Merge into: | lp://staging/cmake-extras |
Prerequisite: | lp://staging/~larryprice/cmake-extras/multiple-programming-languages |
Diff against target: |
40 lines (+7/-4) 2 files modified
examples/intltool-demo/po/CMakeLists.txt (+1/-2) src/Intltool/IntltoolConfig.cmake (+6/-2) |
To merge this branch: | bzr merge lp://staging/~pete-woods/cmake-extras/fix-filtering |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Pete Woods | Approve | ||
Review via email: mp+321726@code.staging.launchpad.net |
This proposal supersedes a proposal from 2017-03-24.
Commit message
Intltool filtering should filter out files that match any regex.
Description of the change
Intltool filtering should filter out files that match any regex. The current behavior is that any file that *does not match* one regex from the given expressions will be allowed into the filtered list.
To post a comment you must log in.
As per the other review. Your fix looks good, but please add a regression test for it.