Edgewall Software

Changes between Version 1 and Version 2 of Ticket #12633, comment 4


Ignore:
Timestamp:
Dec 10, 2016, 7:05:31 PM (7 years ago)
Author:
Ryan J Ollos

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12633, comment 4

    v1 v2  
    33* `[[TracIni(,max_*_size)]]`
    44
     5Is that the desired behavior, or should `[[TracIni(,max_*_size)]]` only match an option named `max_*_size`?
     6
    57It's unfortunate that the macro was originally implemented to match names starting with the specified section and option. The macro would have been better if it was originally implemented to do glob matching. Given the existing behavior, I think the choices you made are the best we can do while preserving backward compatibility.