Re: [Twisted-Python] [Twisted-web] Changing the Twisted Compatibility Policy

2015-10-26 Thread Glyph Lefkowitz
> On Oct 26, 2015, at 11:57 AM, Jonathan Vanasco > wrote: > > From a "non-core user" of twisted point of view, and someone likely to run > into issues from this change... things that I have liked from other projects > are: Thanks very much (and thanks to everyone else as well) for sharing y

Re: [Twisted-Python] SNI callback with support for deferreds

2015-10-26 Thread Glyph Lefkowitz
> On Oct 26, 2015, at 5:37 AM, Jonathan Stoppani wrote: > > It also needs a serious overhaul on its indentation - something messed up > happened to that code :). > > I don't get it, I see it all as PEP8 compliant (will need to adapt spacing to > Twisted's code standards, but that should be al

Re: [Twisted-Python] revisiting onboarding

2015-10-26 Thread Amber "Hawkie" Brown
> On 27 Oct 2015, at 04:52, Chris Wolfe wrote: > > On 2 February 2015 at 19:18, Glyph Lefkowitz wrote: > [snip] > > Not all committers are actively involved in the project at all times, so we > > should form a "committer committee" > > of people who are interested in evaluating candidates. If

Re: [Twisted-Python] revisiting onboarding

2015-10-26 Thread Glyph Lefkowitz
> On Oct 26, 2015, at 1:52 PM, Chris Wolfe wrote: > > On 2 February 2015 at 19:18, Glyph Lefkowitz > wrote: > [snip] > > Not all committers are actively involved in the project at all times, so we > > should form a "committer committee" > > of people who are in

Re: [Twisted-Python] revisiting onboarding

2015-10-26 Thread Chris Wolfe
On 2 February 2015 at 19:18, Glyph Lefkowitz wrote: [snip] > Not all committers are actively involved in the project at all times, so we should form a "committer committee" > of people who are interested in evaluating candidates. If you would like to do that and you're already a committer, > plea

Re: [Twisted-Python] [Twisted-web] Changing the Twisted Compatibility Policy

2015-10-26 Thread Jonathan Vanasco
On Oct 25, 2015, at 11:34 PM, Glyph Lefkowitz wrote: > For another, we have no way to hide deprecated APIs in the API documentation. > If a new user is trying to figure out how to do something, if they're doing > it during the deprecation period, they should not start out by using a > depreca

Re: [Twisted-Python] SNI callback with support for deferreds

2015-10-26 Thread Jonathan Stoppani
On Mon, Oct 26, 2015 at 3:37 AM, Glyph Lefkowitz wrote: > > The implementation of this solution is available at > https://gist.github.com/GaretJax/124c523a62ba48c9eec1, and I'd like to > contribute it back to Twisted, however, it has no unit tests and needs some > design decisions/validation. > >