Edgewall Software

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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12633, comment 4

    initial v1  
    33* `[[TracIni(,max_*_size)]]`
    44
    5 I think the choices you made are the best we can do while preserving backward compatibility. It's unfortunate that the macro was originally implemented to match names starting with the specified section and option. If the macro was originally implemented with an explicit glob match, I think that would be much better.
     5It'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.