On Mon, Jul 08, 2002 at 12:46:04AM -0700, Brian Pane wrote: > How much will this impact other APR-based apps (SVN, Flood, etc), > and is now a good time to break things? > > Should the new data type still be called apr_time_t? (My own > preference is to change the name so that existing applications > will break predictably at compile time rather than unpredictably > at run time.)
I am strongly opposed to reusing the apr_time_t identifier. In my mind, we should do the two things separately: 1) create and start using binary usecs, and 2) decide* how to deprecate the apr_time_t interface. *This is all a matter of how nice we want to be. I'm leaning toward keeping the apr_time_t interface for awhile. Another good option might be to cause some compile-time breakage that makes the change obvious. -aaron