Jean Abou Samra
Jean Abou Samra
What version of Python is this?
Ah, I bet that you have not installed `pytest`. Please do `pip install -r requirements.txt` (as always when starting to hack on a Python project). Our Makefile doesn't handle this...
Yeah, sorry that it’s taking time for a maintainer to review this; I should be able to in the not too distant future.
Ouch, this looks pretty serious.
Is it this file? https://github.com/cappuccino/cappuccino/blob/master/AppKit/Platform/DOM/CPPlatform.j I can't reproduce this. After downloading it, `pygmentize CPPlatform.j` takes 0.4s for me. Are you using the latest version of Pygments?
I have opened https://github.com/pygments/pygments/pull/2225 to address this issue. It does not fully fixes the problem, as the lexer seems not to recognize `@global` syntax, but it does fix the hang.
Hm, looks like `PYTHON=mypython make check` will work with the right Python but `PYTHON=mypython make test` won't? What do you think about using `$PYTHON -m pytest`? That said, as you...
Ah sorry, I had read your post on the issue too fast. I also like them, I just dislike `make` :-) (Hard to use correctly and portably, not simple to...
Hi @ivmai, do you have an expected timing for backporting this to 8.2 and releasing a bugfix version? I don't mean to be pressing, but our release schedule could depend...
In case that helps anyone, I was able to work around this issue by putting this deliciously awful workaround in an extension: ```python from sphinx.transforms import i18n class ModifiedIndent: def...