Re: [Twisted-Python] Lore and generating reStructuredText (Lore2Sphinx)

2013-03-26 Thread Andrew Bennetts
Kevin Horn wrote: […] > Why? What does this buy us? To me it seems more complicated, requires […] > > If it's just an incremental transition, then I think we can get that > without resorting to relying on the guts of two fairly complicated systems. Although I'm blissfully ignorant of the deeper

Re: [Twisted-Python] Lore and generating reStructuredText (Lore2Sphinx)

2013-03-26 Thread Kevin Horn
On Tue, Mar 26, 2013 at 3:41 PM, Glyph wrote: > On Mar 26, 2013, at 7:03 AM, Kevin Horn wrote: > > - figure out a way to get Sphinx to take doctrees as input (I'm guessing > you'd serialize them in whatever way Sphinx does when it does it's caching, > stick them in the cache, and then get Sphinx

Re: [Twisted-Python] GitHub Twisted organization/repo

2013-03-26 Thread Garret Heaton
Here's the simple script I'm running to sync the repo over to github.com/powdahound/twisted: https://gist.github.com/powdahound/5250837 Happy to transfer ownership of the repo to someone else if that ends up being helpful. Don't believe I have much to add in terms of repo-syncing knowledge, manage

Re: [Twisted-Python] Notes from Twisted BoF at PyCon 2013

2013-03-26 Thread Jonathan Lange
On Mon, Mar 25, 2013 at 11:00 PM, Glyph wrote: > > On Mar 25, 2013, at 6:38 AM, exar...@twistedmatrix.com wrote: > > > Thanks for taking those notes, Itamar. > > > > I copied the summary onto the wiki and fleshed out the ideas a bit: > > > > https://twistedmatrix.com/trac/wiki/Fellowship2013/Prio

Re: [Twisted-Python] GitHub Twisted organization/repo

2013-03-26 Thread Glyph
On Mar 26, 2013, at 1:03 PM, Adi Roiban wrote: > Thanks Glyph, > > I am happy to help with that. > I just wanted to know that there is interest in a single mirror and I > will work from that. > > I will check with Garret Heaton and maybe with Tom Prince (if he is > not too busy). Great. I ho

Re: [Twisted-Python] Lore and generating reStructuredText (Lore2Sphinx)

2013-03-26 Thread Glyph
On Mar 26, 2013, at 7:03 AM, Kevin Horn wrote: > - figure out a way to get Sphinx to take doctrees as input (I'm guessing > you'd serialize them in whatever way Sphinx does when it does it's caching, > stick them in the cache, and then get Sphinx to build from the cache?) This is the only part

Re: [Twisted-Python] GitHub Twisted organization/repo

2013-03-26 Thread Adi Roiban
On 26 March 2013 21:48, Glyph wrote: > > On Mar 26, 2013, at 10:07 AM, Adi Roiban wrote: > > I was just expressing my frustration that attaching patch files to > Trac is not fun, and working with read-only SVN is not fun, and > following out-of-line review comments is not fun. > > > Demonstrably,

Re: [Twisted-Python] GitHub Twisted organization/repo

2013-03-26 Thread Glyph
On Mar 26, 2013, at 10:07 AM, Adi Roiban wrote: > I was just expressing my frustration that attaching patch files to > Trac is not fun, and working with read-only SVN is not fun, and > following out-of-line review comments is not fun. Demonstrably, all of these things are more fun than voluntee

Re: [Twisted-Python] GitHub Twisted organization/repo

2013-03-26 Thread Adi Roiban
On 26 March 2013 18:11, Tom Prince wrote: > Adi Roiban writes: > >> I now see that Tom Prince has already created git branches on GitHub >> for the ticket he is reviewing. Many thanks! > > My repo is actually currently updated via a post-commit > hook. Eventually, that will change to point at twi

Re: [Twisted-Python] Twisted dinner pictures

2013-03-26 Thread Laurens Van Houtven
Yep: https://farm9.staticflickr.com/8391/8589643930_67282142ac_h.jpg https://farm9.staticflickr.com/8099/8588545611_3001043027_h.jpg Sorry for not being coherent: codeine-containing cough drugs + jetlag == bad On Tue, Mar 26, 2013 at 4:42 PM, Hynek Schlawack wrote: > Great, now make it cohere

Re: [Twisted-Python] GitHub Twisted organization/repo

2013-03-26 Thread Tom Prince
Adi Roiban writes: > I now see that Tom Prince has already created git branches on GitHub > for the ticket he is reviewing. Many thanks! My repo is actually currently updated via a post-commit hook. Eventually, that will change to point at twisted/twisted on github, but I want to run it for a bi

Re: [Twisted-Python] Twisted dinner pictures

2013-03-26 Thread Hynek Schlawack
Great, now make it coherent and quotable please. :) And the others: please help out too! I won’t name people I know about having pictures because they may not want me to share them with the world – but know that I’m sad. ;) P.S. Does anyone have a picture of “Go Ashwini”? Am 26.03.2013 um 16:1

Re: [Twisted-Python] Twisted dinner pictures

2013-03-26 Thread Laurens Van Houtven
I think that last year's GSoC student came in not knowing any Twisted and was a speaker this year that picked up a release manager hat just to get me to merge my 5 year old branch is a testament to: - open source is awesome - sprints are awesome - pycon is awesome (even if my phone insists on corr

Re: [Twisted-Python] Lore and generating reStructuredText (Lore2Sphinx)

2013-03-26 Thread Kevin Horn
On Mon, Mar 25, 2013 at 6:29 PM, Glyph wrote: > > On Mar 25, 2013, at 9:16 AM, Kevin Horn wrote: > > How can you tell that this was created by a directive? You can't, because > it could just as easily have been a list full of links to begin with. > > > But, I don't care if it was created by a d

Re: [Twisted-Python] Testing Twisted code without trial

2013-03-26 Thread Adi Roiban
On 26 March 2013 13:40, Itamar Turner-Trauring wrote: > On 03/26/2013 06:39 AM, Adi Roiban wrote: >> I am "spining" the reactor to "resolve" all deferreds involved in a >> StringTransport conversation or in an DeferredList or other kind of >> chained deferreds. These are what I call "integration t

Re: [Twisted-Python] Testing Twisted code without trial

2013-03-26 Thread Itamar Turner-Trauring
On 03/26/2013 06:39 AM, Adi Roiban wrote: > I am "spining" the reactor to "resolve" all deferreds involved in a > StringTransport conversation or in an DeferredList or other kind of > chained deferreds. These are what I call "integration tests" and they > only use memory, no external I/O. If you're

[Twisted-Python] GitHub Twisted organization/repo

2013-03-26 Thread Adi Roiban
Hi, Are there any plans with the Twisted repo from GitHub? https://github.com/twisted/twisted Looks like it was not updated in a while. Garret Heaton is already doing a 15min mirroring of master/trunk https://github.com/powdahound/twisted Both repos have a couple of forks and it would be nice

Re: [Twisted-Python] Testing Twisted code without trial

2013-03-26 Thread Adi Roiban
On 25 March 2013 15:48, wrote: > On 18 Mar, 07:32 pm, a...@roiban.ro wrote: >>On 22 January 2013 22:03, wrote: >>>On 09:29 am, a...@roiban.ro wrote: On 22 January 2013 02:21, wrote: >On 20 Jan, 02:35 pm, a...@roiban.ro wrote: >> >>I agree that this is a ugly hack and I removed the pro