Megatest

Ticket Change Details
Login
Overview

Artifact ID: 815420a28b162408a144333a055a76b261783653
Ticket: 1144efd3b66fb3dfd4632641f1de87561cf0cfdb
Directive and support for localifying vars in a config
User & Date: matt on 2019-07-14 22:48:15
Changes

  1. foundin changed 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 changed to: "51b3d260907bb8f06ab41239d1ff1354a12d969d"
  6. severity changed to: "Important"
  7. status changed to: "Open"
  8. title changed to:
    Directive and support for localifying vars in a config
    
  9. type changed to: "Feature_Request"