some bugs on svn

Brad Fitzpatrick brad at danga.com
Fri Aug 4 13:14:57 UTC 2006


Thanks for the great bug report!

On Fri, 16 Jun 2006 komtanoo.pinpimai at livetext.com wrote:

> Hi folks,
>
> As somebody had suggested in another thread that I should use the svn
> version instead, and I'm using it right now. Well, I think I've found some
> bugs, in:
>
> Worker/Delete|Reaper, -- forgot to export "error" from Util, which is easy
> to fix.

Fixed.

> Butt, another bug that I have not an idea is:
>
> sub SendToChildrenByJob {
  ....
>         $child->enqueue_line($msg);        #!! // This method doesn't exist  !!
>     }
>     return scalar(keys %$childref);
> }


Actually, that whole sub is bogus now, and the two callers should've been
using the newer version.  That's now fixed too.

> I might need to switch to the CVS version, 'coz it's gonna be in a
> production site. Is there another stable version with more up-to-date than
> the CVS?

No, what's in svn now is stabilizing as the next official release, and
what we'll be using ourselves.

- Brad


More information about the mogilefs mailing list