Rot127

Results 554 comments of Rot127

It tests the details. In your case the `READ/WRITE` primitives. The reason I ask you is because I currently modernize testing and will translate those tests to yaml. The tests...

@kabor Resolved the conflict

> Most of the suite files probably should be removed as they are deprecated in favor of https://github.com/capstone-engine/capstone/issues/2015 tools. Yes, but let's do this before `v6` (not here). Because they...

@twizmwazin Any chance you find time to finish https://github.com/capstone-engine/capstone/pull/2369 on behalf of @pyrox0? It is the only one for `v5.0.2`

@kabeor and @aquynh This seems to be the `Python 3.12` with `3.6` conflict, which was already discussed in the community channel. Could you please give your opinion on it? ```bash...

@pyrox0 Then feel free and go ahead with removing Python 3.6.

Python 3.9 still complaints: ``` Traceback (most recent call last): File "/home/runner/work/capstone/capstone/bindings/python/setup.py", line 12, in from setuptools.command.build import build ModuleNotFoundError: No module named 'setuptools.command.build' make: *** [Makefile:10: install] Error 1...

Python 3.11 ``` capstone.__pycache__.xcore.cpython-311: module references __file__ capstone.__pycache__.xcore_const.cpython-311: module references __file__ Traceback (most recent call last): File "", line 1, in File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/capstone-5.0.0.post1-py3.11.egg/capstone/__init__.py", line 433, in File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/capstone-5.0.0.post1-py3.11.egg/capstone/__init__.py", line 404,...

@pyrox0 @twizmwazin We just reverted https://github.com/capstone-engine/capstone/pull/2391, because it broke the CI fuzz job and I wanted to have it work for the bigger PRs for now (Xtensa, LoongArch, AArch64). https://github.com/capstone-engine/capstone/pull/2378...

@pyrox0 Just saw that this PR is the only one which stops us from releasing `v5.0.2`. Please ignore my request to add any unnecessary Python 2 removal things here. But...