Felix Yan

Results 133 comments of Felix Yan

It needs some more tweaks: ``` test/test_ansiwrap.py:3: in import textwrap3 as textwrap E ModuleNotFoundError: No module named 'textwrap3' ``` ``` ansiwrap/__init__.py:1: in from .core import * ansiwrap/core.py:11: in a_textwrap =...

I guess list() here should be enough as we don't need a sorted sequence?

IIRC Reed-Solomon was used in the Parchive project, and libpar2 should be available in most distro.

It seems SyntaxError gets less info on Python 3.12, compared to 3.11: 3.11.8: ``` > PyCall.eval('raise Exception("abcdef")') /usr/lib/ruby/gems/3.0.0/gems/pycall-1.5.1/lib/pycall/pyobject_wrapper.rb:49:in `eval': : ('invalid syntax', ('', 1, 1, 'raise Exception("abcdef")', 1, 6)) (PyCall::PyError)...

Found one interesting difference: 3.11.8: ``` irb(main):102:1* begin irb(main):103:1* PyCall.eval('raise Exception("abcdef")') irb(main):104:1* rescue => error irb(main):105:1* error.value irb(main):106:0> end => ('invalid syntax', ('', 1, 1, 'raise Exception("abcdef")', 1, 6)) ```...

The test failure looks irrelevant.

Yes, with a patched flake8 built with latest pycodestyle 2.4. The check W504 was newly added and will be more visible some time later when next stable release of flake8...

It sadly is. Currently I patched josepy's pytest.ini to ignore W504, so it's not in a hurry. More like a reminder for coming changes :)

I have updated aws some days ago, but git-annex itself is still blocked by new http-conduit: https://git-annex.branchable.com/bugs/Build_with_aws_head_fails/

Thanks a lot for the patch. The Arch package has been updated to 6.20161118 with this patch: https://www.archlinux.org/packages/community/x86_64/git-annex/