Artifacts Associated With Ticket fea7457de3
Ticket change [d50ada22ec] (rid 9748) by tyardeni on 2015-09-18 17:39:11:
- 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.
- foundin initialized to: "1.6024"
- login: "tyardeni"
- private_contact initialized to: "97a985880d55d4326aae6748098171ce1de44344"
- severity initialized to: "Important"
- status initialized to: "Open"
- title initialized to:
Add last file a variable came from in -show-config and -show-runconfig
- type initialized to: "Feature_Request"
- comment initialized to:
Ticket change [9f86e2fdbb] (rid 9744) by tyardeni on 2015-09-18 17:44:59:
- 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.
- login: "tyardeni"
- mimetype: "text/x-fossil-wiki"
- priority changed to: "Immediate"
- resolution changed to: "Open"
- icomment:
Ticket change [1f7d97a6d4] (rid 9737) by tyardeni on 2015-09-18 17:48:18:
- 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>
- login: "tyardeni"
- mimetype: "text/x-fossil-wiki"
- icomment:
Ticket change [02a020b46d] (rid 10381) by mrwellan on 2016-04-22 15:37:18:
- login: "mrwellan"
- mimetype: "text/x-fossil-plain"
- status changed to: "Closed"
Ticket change [0eae115adc] (rid 10338) by matt on 2016-05-08 23:02:27:
- icomment:
Done. To use specify -debug 0,9 to force debug mode 9.
- login: "matt"
- mimetype: "text/x-fossil-plain"
- resolution changed to: "Fixed"
- status changed to: "Closed"
- icomment: