Re: [Twisted-Python] twistedchecker now uses pylint >= 2.4.4, can we use type annotations in Twisted now?

2020-05-07 Thread Glyph
> On May 7, 2020, at 1:56 PM, Craig Rodrigues wrote: > > > > On Wed, Apr 22, 2020 at 12:28 AM Glyph > wrote: > > >> On Apr 21, 2020, at 8:57 PM, Craig Rodrigues > > wrote: >> >> Does anyone else have opinions on >> type hints a

Re: [Twisted-Python] twistedchecker now uses pylint >= 2.4.4, can we use type annotations in Twisted now?

2020-05-07 Thread Craig Rodrigues
On Wed, Apr 22, 2020 at 12:28 AM Glyph wrote: > > > On Apr 21, 2020, at 8:57 PM, Craig Rodrigues > wrote: > > Does anyone else have opinions on > type hints and mypy? > > > We use them at work, and on some other Twisted projects (Klein) and > they're absolutely awesome. Even with type comments,

Re: [Twisted-Python] SMB server component for twisted

2020-05-07 Thread Glyph
> On May 4, 2020, at 9:17 PM, Ian Haywood wrote: > > I have begun work on a SMB (Server Message Block; Windows filesharing) server > protocol for twisted. Very exciting! Thanks for telling us about this. It would be great to have a memory-safe/Python implementation of SMB3! > Work so far is