Megatest

History Of Ticket fea7457de36d2270
Login

Artifacts Associated With Ticket fea7457de36d2270

  1. Ticket change [d50ada22ec] (rid 9748) by tyardeni on 2015-09-18 17:39:11:

    1. comment initialized to:
      Would like to know the last file read to determine a variable name in -show-config and -show-runconfig. 
      
      More detail to follow.
      
    2. foundin initialized to: "1.6024"
    3. login: "tyardeni"
    4. private_contact initialized to: "97a985880d55d4326aae6748098171ce1de44344"
    5. severity initialized to: "Important"
    6. status initialized to: "Open"
    7. title initialized to:
      Add last file a variable came from in -show-config and -show-runconfig
      
    8. type initialized to: "Feature_Request"
  2. Ticket change [9f86e2fdbb] (rid 9744) by tyardeni on 2015-09-18 17:44:59:

    1. icomment:
      Current -show-runconfig output is as follows:
      
      <verbatim>
      (("default"
        ("VAR1" "val1")
        ("VAR2" "val2"))
       ("target"
        ("VAR2" "val2")
        ("VAR3" "val3")))
      </verbatim>
        
      This tells me what the settings are but with the ability to nest includes, does not tell me when the variable was last set. The output from -debug 9,11 is hard to read.
      
      I would like to see the tuple containing the variable extended to include the file name, so if I have includes the output would look something like:
      
      <verbatim>
      (("default"
        ("VAR1" "val1" "global.runconfigs.config")
        ("VAR2" "val2" "user.runconfigs.config))
       ("target"
        ("VAR2" "val2" "global.runconfigs.config")
        ("VAR3" "val3" "runconfigs.include")))
      </verbatim>
      
      Any other metadata would be great.
      
    2. login: "tyardeni"
    3. mimetype: "text/x-fossil-wiki"
    4. priority changed to: "Immediate"
    5. resolution changed to: "Open"
  3. Ticket change [1f7d97a6d4] (rid 9737) by tyardeni on 2015-09-18 17:48:18:

    1. icomment:
      One more minor extension, a command  line option to generate the output as a table:
      
      <verbatim>
      megatest -show-runconfig -target target
      
      
      Section  Key   Value  Source
      -------  ---   -----  ------
      default  VAR1  val1   global.runconfigs.config
      target   VAR2  val2   user.runconfigs.config
      target   VAR3  val3   runconfigs.include
      
      </verbatim>
      
    2. login: "tyardeni"
    3. mimetype: "text/x-fossil-wiki"
  4. Ticket change [02a020b46d] (rid 10381) by mrwellan on 2016-04-22 15:37:18:

    1. login: "mrwellan"
    2. mimetype: "text/x-fossil-plain"
    3. status changed to: "Closed"
  5. Ticket change [0eae115adc] (rid 10338) by matt on 2016-05-08 23:02:27:

    1. icomment:
      Done. To use specify -debug 0,9 to force debug mode 9.
      
    2. login: "matt"
    3. mimetype: "text/x-fossil-plain"
    4. resolution changed to: "Fixed"
    5. status changed to: "Closed"