[Twisted-Python] Weekly Bug Summary

2021-03-13 Thread trac
Bug summary __ Summary for 2021-03-07 through 2021-03-14 Opened Closed Total Change Enhancements: 7 2 1479 +5 Defects: 6 2 1009 +4 Tasks: 0 0

Re: [Twisted-Python] Strange recursion error with twisted.web

2021-03-13 Thread Glyph
> On Mar 11, 2021, at 4:12 AM, Peter Westlake wrote: > > On Wed, 10 Mar 2021, at 23:11, Glyph wrote: >> >> Would you mind filing a ticket in trac, or digging one up if you can >> find it? This problem rings a bell, and I think I might actually have >> some code for this lying around

Re: [Twisted-Python] Probot app to automatically delete merged branches

2021-03-13 Thread Kyle Altendorf
On 2021-03-13 10:40, Adi Roiban wrote: > On Sat, 13 Mar 2021 at 14:29, Kyle Altendorf wrote: > > On 2021-03-13 08:22, Adi Roiban wrote: > > Hi, > Do you see anything bad in enabling the delete-merged-branch app for > twisted/twisted ? > https://probot.github.io/apps/delete-merged-branch/

Re: [Twisted-Python] Probot app to automatically delete merged branches

2021-03-13 Thread Adi Roiban
On Sat, 13 Mar 2021 at 14:29, Kyle Altendorf wrote: > > On 2021-03-13 08:22, Adi Roiban wrote: > > Hi, > > Do you see anything bad in enabling the delete-merged-branch app for > twisted/twisted ? > > https://probot.github.io/apps/delete-merged-branch/ > > > > There's a checkbox for this. Unless

Re: [Twisted-Python] Probot app to automatically delete merged branches

2021-03-13 Thread Kyle Altendorf
On 2021-03-13 08:22, Adi Roiban wrote: > Hi, > > Do you see anything bad in enabling the delete-merged-branch app for > twisted/twisted ? > > https://probot.github.io/apps/delete-merged-branch/ There's a checkbox for this. Unless I'm missing something?

[Twisted-Python] Probot app to automatically delete merged branches

2021-03-13 Thread Adi Roiban
Hi, Do you see anything bad in enabling the delete-merged-branch app for twisted/twisted ? https://probot.github.io/apps/delete-merged-branch/ Right now Twisted has 1877 branches. My hope is that in this way we can keep the main repo clean and there will be less noise in autocompletion. Now,

Re: [Twisted-Python] reactor for Linux io_uring

2021-03-13 Thread Tobias Oberstein
Am 13.03.21 um 01:01 schrieb Ian Haywood: On 12/03/2021 8:29 pm, Tobias Oberstein wrote: since with io_uring the queue/ring to append to never blocks for writes, that buffering in twisted would lead to double buffering (as the ring already buffers) then, io_uring follows a completion IO