Re: [Python-Dev] [Python-3000] Invitation to try out open source code review tool

2008-05-05 Thread Guido van Rossum
I reported this: http://code.google.com/p/support/issues/detail?id=1006 The tracker is here: http://code.google.com/p/support/issues Thanks! On Mon, May 5, 2008 at 10:56 AM, Georg Brandl <[EMAIL PROTECTED]> wrote: > Guido van Rossum schrieb: > > > > On Mon, May 5, 2008 at 9:46 AM, "Martin v. Löw

Re: [Python-Dev] [Python-3000] Invitation to try out open source code review tool

2008-05-05 Thread Daniel Berlin
There is a google code support project where google code issues are tracked. http://code.google.com/p/support/ On Mon, May 5, 2008 at 2:56 PM, Guido van Rossum <[EMAIL PROTECTED]> wrote: > That's a good question. I'll find out. > > > > On Mon, May 5, 2008 at 10:56 AM, Georg Brandl <[EMAIL PROTE

Re: [Python-Dev] [Python-3000] Invitation to try out open source code review tool

2008-05-05 Thread Guido van Rossum
That's a good question. I'll find out. On Mon, May 5, 2008 at 10:56 AM, Georg Brandl <[EMAIL PROTECTED]> wrote: > Guido van Rossum schrieb: > > > > On Mon, May 5, 2008 at 9:46 AM, "Martin v. Löwis" <[EMAIL PROTECTED]> > wrote: > > > > > > This code is now open source! Browse it here: > > > > > >

Re: [Python-Dev] [Python-3000] Invitation to try out open source code review tool

2008-05-05 Thread Georg Brandl
Guido van Rossum schrieb: On Mon, May 5, 2008 at 9:46 AM, "Martin v. Löwis" <[EMAIL PROTECTED]> wrote: > This code is now open source! Browse it here: > > http://code.google.com/p/rietveld/source/browse Are you also going to call it Rietveld then? Sounds better to me than "the open source

Re: [Python-Dev] [Python-3000] Invitation to try out open source code review tool

2008-05-05 Thread Guido van Rossum
On Mon, May 5, 2008 at 10:32 AM, <[EMAIL PROTECTED]> wrote: > > Guido> I've been reluctant to use the Rietveld name too much since > Guido> Americans can't spell it. :-) But the open source project *is* > Guido> called Rietveld, so I suppose I should start using that name... > > Which

Re: [Python-Dev] [Python-3000] Invitation to try out open source code review tool

2008-05-05 Thread skip
Guido> I've been reluctant to use the Rietveld name too much since Guido> Americans can't spell it. :-) But the open source project *is* Guido> called Rietveld, so I suppose I should start using that name... Which reminds me... What's it mean? All I saw was a Dutch city and (maybe?)

Re: [Python-Dev] [Python-3000] Invitation to try out open source code review tool

2008-05-05 Thread Guido van Rossum
On Mon, May 5, 2008 at 9:46 AM, "Martin v. Löwis" <[EMAIL PROTECTED]> wrote: > > This code is now open source! Browse it here: > > > > http://code.google.com/p/rietveld/source/browse > > Are you also going to call it Rietveld then? Sounds better > to me than "the open source code review tool"

Re: [Python-Dev] [Python-3000] Invitation to try out open source code review tool

2008-05-05 Thread Martin v. Löwis
> This code is now open source! Browse it here: > > http://code.google.com/p/rietveld/source/browse Are you also going to call it Rietveld then? Sounds better to me than "the open source code review tool". Regards, Martin ___ Python-Dev mailing list

Re: [Python-Dev] [Python-3000] Invitation to try out open source code review tool

2008-05-03 Thread Alex Martelli
On Sat, May 3, 2008 at 2:28 PM, Brett Cannon <[EMAIL PROTECTED]> wrote: ... > > I'd be great to integrate this with the bug tracker so that all submitted > > patches automagically show up in codereview with links to one another. > > Yeah, or a simple button to move it over there. Either way

Re: [Python-Dev] [Python-3000] Invitation to try out open source code review tool

2008-05-03 Thread Brett Cannon
On Sat, May 3, 2008 at 1:20 PM, Gregory P. Smith <[EMAIL PROTECTED]> wrote: > > > > > > To try it out, go here: > > > >http://codereview.appspot.com > > > > Please use the Help link in the top right to read more on how to use > > the app. Please sign in using your Google Account (either a Gmail

Re: [Python-Dev] [Python-3000] Invitation to try out open source code review tool

2008-05-03 Thread Gregory P. Smith
> > To try it out, go here: > >http://codereview.appspot.com > > Please use the Help link in the top right to read more on how to use > the app. Please sign in using your Google Account (either a Gmail > address or a non-Gmail address registered with Google) to interact > more with the app (you

Re: [Python-Dev] [Python-3000] Invitation to try out open source code review tool

2008-05-02 Thread Guido van Rossum
On Fri, May 2, 2008 at 2:28 PM, Benjamin Peterson <[EMAIL PROTECTED]> wrote: > One more question: What's the number on the upper right hand corner by > my username? It's a debugging counter. It gets reset each time a new service instance is created. -- --Guido van Rossum (home page: http://www

Re: [Python-Dev] [Python-3000] Invitation to try out open source code review tool

2008-05-02 Thread Benjamin Peterson
On Fri, May 2, 2008 at 4:25 PM, Guido van Rossum <[EMAIL PROTECTED]> wrote: > > My request at the moment is to let people use their real names for > > display; my email address does not at all resemble my name. > > I've noticed. Surely there's an interesting story there. :-) Maybe I tell you

Re: [Python-Dev] [Python-3000] Invitation to try out open source code review tool

2008-05-02 Thread Guido van Rossum
On Fri, May 2, 2008 at 2:09 PM, Benjamin Peterson <[EMAIL PROTECTED]> wrote: > On Thu, May 1, 2008 at 11:41 AM, Guido van Rossum <[EMAIL PROTECTED]> wrote: > > Some of you may have seen a video recorded in November 2006 where I > > showed off Mondrian, a code review tool that I was developing fo

Re: [Python-Dev] [Python-3000] Invitation to try out open source code review tool

2008-05-02 Thread Benjamin Peterson
On Thu, May 1, 2008 at 11:41 AM, Guido van Rossum <[EMAIL PROTECTED]> wrote: > Some of you may have seen a video recorded in November 2006 where I > showed off Mondrian, a code review tool that I was developing for > Google (http://www.youtube.com/watch?v=sMql3Di4Kgc). I've always hoped > that I

Re: [Python-Dev] [Python-3000] Invitation to try out open source code review tool

2008-05-01 Thread Leif Walsh
On Thu, 1 May 2008, Neal Becker wrote: > It would be really nice to see support for some other backends, such as Hg > or bzr (which are both written in python), in addition to svn. /me starts the clamour for git -- Cheers, Leif ___ Python-Dev mailing l

Re: [Python-Dev] [Python-3000] Invitation to try out open source code review tool

2008-05-01 Thread Guido van Rossum
On Thu, May 1, 2008 at 4:37 PM, Neal Becker <[EMAIL PROTECTED]> wrote: > It would be really nice to see support for some other backends, such as Hg > or bzr (which are both written in python), in addition to svn. Once it's open source feel free to add those! -- --Guido van Rossum (home page: ht

Re: [Python-Dev] [Python-3000] Invitation to try out open source code review tool

2008-05-01 Thread Guido van Rossum
On Thu, May 1, 2008 at 4:24 PM, Terry Reedy <[EMAIL PROTECTED]> wrote: > > "Guido van Rossum" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > | On Thu, May 1, 2008 at 2:42 PM, Terry Reedy <[EMAIL PROTECTED]> wrote: > | > As I understood this,one needs a diff to comment on. > |

Re: [Python-Dev] [Python-3000] Invitation to try out open source code review tool

2008-05-01 Thread Guido van Rossum
On Thu, May 1, 2008 at 2:42 PM, Terry Reedy <[EMAIL PROTECTED]> wrote: > As I understood this,one needs a diff to comment on. > I can imagine wanting, or wanting others, to be able to comment on a file > or lines of files without making a fake diff (of the file versus itself or > a blank file).