Edgewall Software

Changes between Initial Version and Version 1 of Ticket #9674, comment 22


Ignore:
Timestamp:
Mar 15, 2011, 5:10:37 PM (13 years ago)
Author:
osimons

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9674, comment 22

    initial v1  
    44Expect it, but not easily done... I see what you said now Christian, and after actually looking at the code again I see that adding it for descriptors is easy. [attachment:t9674-config_option_interpolate-r10640.diff Attached patch] circumvents all issues of caching and config reading + writing.
    55
    6 Any effort to support `config.get()` quickly started to look quite ugly, but I'm open for suggestions. It would be nice, but not for any cost. Calling option via component is at least a natural trade-off.
     6Any effort to support `config.get()` quickly started to look quite ugly, but I'm open for suggestions. It would be nice, but not at any cost. Calling option via component is at least a natural trade-off.
    77
    88BTW, I just kept the substitution code from original patch. It is more for proof-of-concept than endorsement of any particular syntax for substitution. Need to decide that though.