Skip Menu |

This queue is for tickets about the CHI CPAN distribution.

Report information
The Basics
Id: 76621
Status: resolved
Priority: 0/
Queue: CHI

People
Owner: Nobody in particular
Requestors: cpan [...] sourcentral.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Subject: store_multi vs. set_multi
Documentation (CHI::Driver::Development) says store_multi is an overridable method and it is used by set_multi. I cannot find a method named store_multi in CHI code at all. It looks like set_multi implements the default way for adding multiple keys without calling store_multi. If a driver implements store_multi this method is never called. I only found CHI::Driver::TokyoTyrant which tries to implement store_multi and especially this code looks broken to me.
Subject: Re: [rt.cpan.org #76621] store_multi vs. set_multi
Date: Thu, 3 May 2012 04:33:25 -0700
To: bug-CHI [...] rt.cpan.org
From: Jonathan Swartz <swartz [...] pobox.com>
Thanks, fixed in next release. On Apr 16, 2012, at 11:46 PM, Oliver Paukstadt via RT wrote: Show quoted text
> Tue Apr 17 02:46:16 2012: Request 76621 was acted upon. > Transaction: Ticket created by PSTADT > Queue: CHI > Subject: store_multi vs. set_multi > Broken in: (no value) > Severity: Normal > Owner: Nobody > Requestors: cpan@sourcentral.org > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=76621 > > > > Documentation (CHI::Driver::Development) says store_multi is an > overridable method and it is used by set_multi. > > I cannot find a method named store_multi in CHI code at all. It looks > like set_multi implements the default way for adding multiple keys > without calling store_multi. > If a driver implements store_multi this method is never called. > > I only found CHI::Driver::TokyoTyrant which tries to implement > store_multi and especially this code looks broken to me.
Fixed in next release