Thanks a lot for this. I've been doing some work on the builders to ensure that these things aren't so easily unnoticed.
On Jul 10, 1:48 am, "Cosimo Streppone" <[email protected]> wrote: > On Fri, 10 Jul 2009 08:02:55 +0200, dormando <[email protected]> wrote: > > I'm pleased to announce the latest stable milestone for memcached, 1.4.0! > > [...] > > Please deploy this software and let us know how it goes for you. > > Will try :) > > In the meanwhile, here's a stupid patch that fixes a trivial warning > in the test suite. All tests pass. > > diff -Naur memcached-1.4.0/t/binary.t memcached-1.4.0-cosimo/t/binary.t > --- memcached-1.4.0/t/binary.t 2009-07-09 16:43:42.000000000 +0000 > +++ memcached-1.4.0-cosimo/t/binary.t 2009-07-10 08:43:27.000000000 +0000 > @@ -172,7 +172,7 @@ > ok($@ && $...@->delta_badval, "Expected invalid value when incrementing > > text."); > $check->('issue48', 0, "text"); > > - my $rv =()= eval { $mc->decr('issue48'); }; > + $rv =()= eval { $mc->decr('issue48'); }; > ok($@ && $...@->delta_badval, "Expected invalid value when decrementing > > text."); > $check->('issue48', 0, "text"); > } > > -- > Cosimo
