Megatest

History Of Ticket 1144efd3b6
Login

Artifacts Associated With Ticket 1144efd3b6

  1. Ticket change [815420a28b] (rid 18070) by matt on 2019-07-14 22:48:15:

    1. foundin initialized to: "n/a"
    2. icomment:
      Local vars would be very nice to have in configs.
      
      <verbatim>
      [myvars]
      abcd 1234
      
      [configf:settings line-end-comments yes]
      [configf:settings use-section myvars]
      
      [somesection]
      VAR1 #{abcd}                       # VAR1 will get 1234 for a value
      VAR2 #{VAR1}                      # by default a #{...} with no spaces will look up the var in the current section and then the use-section section. 
      </verbatim>
      
    3. login: "matt"
    4. mimetype: "text/x-fossil-wiki"
    5. private_contact initialized to: "51b3d260907bb8f06ab41239d1ff1354a12d969d"
    6. severity initialized to: "Important"
    7. status initialized to: "Open"
    8. title initialized to:
      Directive and support for localifying vars in a config
      
    9. type initialized to: "Feature_Request"