toshsan / caliper

Automatically exported from code.google.com/p/caliper
Apache License 2.0
0 stars 0 forks source link

Deal with ~/.caliperrc -> ~/.caliper/config transition #159

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The new codebase should switch to reading from ~/.caliper/config. When that 
file is present it should be assumed to be in the new format. It should not 
write anything to ~/.caliperrc. If ~/.caliper/config is not present, it should 
generate it based on default.caliperrc and should automatically fill in any 
values that were present in ~/.caliperrc!

Complication: weirdos like me who have switched ~/.caliperrc to the new style 
already. Maybe I'm the only one, in which case no worries. But we may want to 
make this change quickly before anyone else tries it.

Original issue reported on code.google.com by kevinb@google.com on 8 May 2012 at 9:48

GoogleCodeExporter commented 9 years ago
(Greg, note that there was apparently partial progress on this -- 27739449).

Question: "config" or "config.props" or "config.properties"?  I think the 
latter two will enable syntax highlighting in editors.

Also rename global.caliperrc to global_config.whatever and likewise with 
default.caliperrc.

Original comment by kevinb@google.com on 8 May 2012 at 10:16

GoogleCodeExporter commented 9 years ago

Original comment by kevinb@google.com on 1 Nov 2012 at 8:32

GoogleCodeExporter commented 9 years ago
The plan seems to be to forget .caliperrc.

Original comment by gak@google.com on 1 Nov 2012 at 9:13