steve8x8 / geotoad

Geocaching query tool written in Ruby
https://buymeacoffee.com/steve8x8
Other
28 stars 8 forks source link

Code review request: Preserve cached description files (option -Z) #193

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
By adding another no-argument option, and "forwarding" its setting
to the CacheDetails class, it's possible to preserve existing cache
details files.
This results in a major speedup of some kinds of searches (e.g.
-x myfindgpx -q user $MYSELF) where it's not necessary to stay 
up-to-date with cache descriptions.
It also provides a means to keep existing cache details over multiple
runs of geotoad, for regression tests, or for multiple output types
(as in the GSAK case).
I have started to test these changes but would appreciate comments
and suggestions.

Original issue reported on code.google.com by Steve8x8 on 11 Jan 2011 at 9:18

GoogleCodeExporter commented 9 years ago
Summary adjusted

Original comment by Steve8x8 on 14 Jan 2011 at 8:59

GoogleCodeExporter commented 9 years ago

Original comment by Steve8x8 on 1 Apr 2011 at 2:10