> Ian Lance Taylor schrieb:
>
>> Thanks for identifying the patch. I applied the reverse patch manually
>> to gcc.gnu.org, and the problem appears to be fixed, at least for now.
>>
>> Ian
>
> Hi, thanks for the fix, but it appears the revert changed bit too
> much. This issue has returned:
>
> htt
Ian Lance Taylor schrieb:
Vincent Legoll writes:
This may be the changeset that broke pygments running on older
pythons (< 2.4):
https://bitbucket.org/birkenfeld/pygments-main/changeset/8d3fbbf1ffdb
Thanks for identifying the patch. I applied the reverse patch manually
to gcc.gnu.org, and t
Vincent Legoll writes:
> This may be the changeset that broke pygments running on older
> pythons (< 2.4):
>
> https://bitbucket.org/birkenfeld/pygments-main/changeset/8d3fbbf1ffdb
>
> Now as what to do about it, I don't know... The host seems to have very old
> software, maybe now is the time fo
> Would you please avoid quoting email addresses in mailing lists?
Sorry about that, I had overlooked gmail's quoting. In fact I don't even
know if it's customizable at all. I'll have a look.
--
Vincent Legoll
Vincent Legoll wrote:
> On Fri, Jun 24, 2011 at 12:01 PM, Georg-Johann Lay <...@...> wrote:
Would you please avoid quoting email addresses in mailing lists?
Thanks, Johann.
On Fri, Jun 24, 2011 at 12:01 PM, Georg-Johann Lay wrote:
> As I don't know where to report and viewcvs still breaks, CCing overseers.
After a bit more investigation...
This may be the changeset that broke pygments running on older
pythons (< 2.4):
https://bitbucket.org/birkenfeld/pygments-main
As I don't know where to report and viewcvs still breaks, CCing overseers.
http://gcc.gnu.org/viewcvs/trunk/gcc/testsuite/gcc.dg/unroll_1.c?view=markup&pathrev=174762
> http://gcc.gnu.org/viewcvs/trunk/gcc/testsuite/gcc.dg/unroll_1.c?view=markup&pathrev=174762
>
> Since several days now I observ
> File "/usr/lib/python2.3/site-packages/pygments/token.py", line 26, in
> __init__
> self.subtypes = set()
> NameError: global name 'set' is not defined
set() appeared in python2.4 according to:
http://docs.python.org/release/2.3.5/lib/built-in-funcs.html
vs
http://docs.python.org/release/2.4/li