On Dec 1, 10:35 am, "Jeremy Dunck" <[EMAIL PROTECTED]> wrote:

> I do have a couple nits, and in particular have need of the touch
> functionality, so that's what I meant about whacking on it.
>
Please do, then send me patches!

Touch is implemented dustin's github branch. It will be integrated
into the master github tree once i figure out how to work git a bit
better (i've had a couple of issues).

> __getattr__ for the protocol stuff is one of my nits-- it ruins tab
> completion, which I use a lot.

Im not sure of the best way of fixing that, while still keeping with
my core design goals:
1. networking code  should never have to implement any part of the
protocol or its parsing
2. protocol changes should not cause changes to all the client
connections (twisted, libevent, etc)
3. DRY

The above as well as the design came about during the very early days
of beanstalk when changes in the protocol were fairly rapid, and any
given version could break all previous versions. (Ohh they were quite
exciting times, way back when, we were full of youth and
enthusiasm... :) )

Regards
Erich
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"beanstalk-talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/beanstalk-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to