Problem/Motivation
Currently _bs_base_array_unique_lines() will skip lines which are already detected. This is a problem because commented or not commented @import is considered the same in preg_match. If this happens then we will lose the latest import comment state.
We should count duplicates also and the last duplicate value should be the one that we are using.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | multiple-uniquie-lines-override-3030515-2.patch | 522 bytes | pivica |
Comments
Comment #2
pivica commentedHere is a patch.
Comment #3
pivica commentedComment #4
pivica commentedComment #6
pivica commentedCommitted.