inducer / pycparserext

Extensions for Eli Bendersky's pycparser
http://pypi.python.org/pypi/pycparserext
Other
83 stars 28 forks source link

test/test_pycparserext.py L244 test_array_attributes lost array dimension #57

Closed windclarion closed 3 years ago

windclarion commented 3 years ago

I work on python3.8.6 x64 version, windows 7 64bit OS, I use pip to install pycparser 2.20, PLY 3.11 , then git clone pycparserext and python setup.py install. Is there anything I missed?

windclarion commented 3 years ago

I found v2020.1 is ok, so I try each commit, the problem is introduced in commit a65cda4210fb477a10a680726a0b8a444ee6814a, Added support for Asm labels

inducer commented 3 years ago

If you're reporting a test failure, then almost certainly something in your environment. As you can see from the CI, every pushed commit is automatically tested and has passed the test suite. In addition, the code is automatically tested every week against the then-current versions of upstream packages.

inducer commented 3 years ago

(If you're not reporting a test failure, please post an MWE of the problem you observe.)

windclarion commented 3 years ago

Thank you for your suggestion, I will check the CI and found my env's problem