[Twisted-Python] object identify and lifecycle in pb

2014-03-17 Thread Daniel Sank
Dear Twisted users, I have been writing a developer library under pb and I've come to a problem that I don't know how to solve. I suspect folks here will have dealt with similar problems so I want to get your advice. This is a long post so I've put specific questions on their own lines. Suppose w

Re: [Twisted-Python] git?

2014-03-17 Thread Glyph
On Mar 16, 2014, at 9:34 PM, Jonathan Ballet wrote: > So, how useful is that module at that moment? I guess we can declare this functionality not a blocker, then. As a low priority thing it would be nice to get it back and to get the git equivalent somehow later. -g smime.p7s Description: S

Re: [Twisted-Python] Getting the options object from the service

2014-03-17 Thread Laurens Van Houtven
Hi Jonas, I strongly prefer to pass the options around (through the Service objects you're making) rather than relying on the global state of the plugin instance. hth lvh On Mon, Mar 17, 2014 at 2:02 PM, Jonas Brunsgaard < jonas.brunsga...@gmail.com> wrote: > Hello Everybody > > What is the

[Twisted-Python] Getting the options object from the service

2014-03-17 Thread Jonas Brunsgaard
Hello Everybody What is the prefered way to get the options object from the servicemaker when using twistd plugins. I guess i could access the object via from twisted.plugins.my_plugin import myServiceMaker options = myServicemMaker.options But is there a better way to do it? Somthing like fro

Re: [Twisted-Python] Contributing documentation inside CONTRIBUTING repo file

2014-03-17 Thread Adi Roiban
On 17 March 2014 02:08, Glyph wrote: > On Mar 16, 2014, at 1:48 PM, exar...@twistedmatrix.com wrote: > > I know it's easier to start a fresh document (this time it'll work for > sure!) but please consider that this strategy may actually not produce the > best results (it may in fact be the strateg

Re: [Twisted-Python] git?

2014-03-17 Thread Jonathan Ballet
On Mon, Mar 17, 2014 at 01:34:28PM +0900, Jonathan Ballet wrote: > > > This would be an even more straightforward patch to Twisted, in > > > twisted.python.versions. > > > > I've created #7036 for this task. > > So, I was looking at twisted.python.versions and I'm wondering how is it > supposed t