[Cython] [PATCH] RFC: constify Cython output all over the place ( newbie approach )
Kirill Smelkov
kirr at mns.spb.ru
Thu May 15 10:12:19 CEST 2008
В сообщении от Среда 14 мая 2008 Robert Bradshaw написал(a):
> On May 14, 2008, at 10:21 AM, Kirill Smelkov wrote:
>
> > В сообщении от Среда 14 мая 2008 Robert
> > Bradshaw написал(a):
> >> On May 14, 2008, at 9:50 AM, Kirill Smelkov wrote:
> >>> Also, please forgive me, if I'm doing something wrong -- I just
> >>> don't know
> >>> what the full workflow cycle is with
> >>>
> >>> http://trac.cython.org/cython_trac/
> >>
> >> The thing to do here is make a new ticket (with the description you
> >> give would be great) and attach the patch. Prefix the subject with
> >> [with patch, needs review] until we get a clearer workflow going.
> >
> > Ok, here you go:
> >
> > http://trac.cython.org/cython_trac/ticket/9
> >
> > I however have some questions (forgive me, but I had not used trac
> > before):
> >
> > - how do I subscribe to some mailing list to monitor tickets activity?
>
> This isn't set up yet, but will be. There will be a separate list you
> can subscribe to, as well as the option to receive notifications on
> (only) the tickets you are associated with (either by editing them,
> or adding your name to the cc).
I see. Looking forward for this infrastructure to be setup, and thanks
beforehand for doing maintanance work.
> > - or do I have to use rss feed only?
> > - how would I apply attached there patch - do I need to manually
> > download
> > it, or is there a better, automated way?
>
> You can pull directly from the url of the patch online. Would that work?
Do you mean
$ hg import http://trac.cython.org/cython_trac/attachment/ticket/9/constify.patch?format=raw
Yes, this works, thanks.
Unfortunately, I think there ~ 5 - 10 clicks before this command could be
done, and I'm to used to just press one key to apply a patch :)
Anyway, I think this is not a stopper.
> > - how to register?
>
> Currently, send me an htpasswd file.
Sent via private mail.
Thanks,
Kirill.
P.S. what about the patch itself?
More information about the Cython-dev
mailing list