Re: [RDBO] ANNOUNCE: Rose::DB::Object 0.7661 released

2008-01-29 Thread John Siracusa
On Jan 29, 2008 5:28 PM, Justin Ellison <[EMAIL PROTECTED]> wrote: > Not really a bug, but aren't you now burning extra CPU cycles on line > 166 of RDBO::Cached? As far as I can tell, removing the line doesn't > change the logic any. Whoops, copy-and-paste-o. Fixed in SVN. Maybe I'll release it

Re: [RDBO] ANNOUNCE: Rose::DB::Object 0.7661 released

2008-01-29 Thread Justin Ellison
John, Not really a bug, but aren't you now burning extra CPU cycles on line 166 of RDBO::Cached? As far as I can tell, removing the line doesn't change the logic any. Picking nits, but in cache operations, every last optimization counts. Justin On Tue, 2008-01-29 at 10:53 -0500, John Siracusa

[RDBO] ANNOUNCE: Rose::DB::Object 0.7661 released

2008-01-29 Thread John Siracusa
Important fix for a bug that could prevent Manager classes from loading, plus one other small change. 0.7661 (01.29.2008) - John Siracusa <[EMAIL PROTECTED]> * Fixed method clash detection in Rose::DB::Object::Manager. * Streamlined caching implementation in Rose::DB::Object::Cached. -Jo