Felix Yan
Felix Yan
Upon updating of Arch Linux's Python from 3.10 to 3.11, I found that mtrpacket's tests hang: ``` $ ./test.sh . ``` I have tried to add some debug outputs and...
Tested with Python 3.5, should work with 3.4 too. Added six as a new dependency. All tests passed on both Python 2.7.10 and 3.5.0.
PyPI 上的 1.6.1 版本包含对 Python 3.7、3.8 声明支持,修改了 `ipdb/database.py` 中的错误信息等变动,这些变动均未在此仓库中同步,也没有对应的 1.6.1 tag。
Fixes the following error on Ruby 3 here: ``` .............F.. Failures: 1) Filelock should handle Pathname as well as string path Failure/Error: lockpath = Pathname.new(File.join(dir, 'sample.lock')) NameError: uninitialized constant Pathname...
Skip macho link tests because they don't build on riscv64. `nocheck` is still required and test failures have been reported to https://github.com/ziglang/zig/issues/18018
``` # github.com/client9/misspell/cmd/misspell cmd/misspell/main.go:124:3: fmt.Println arg list ends with redundant newline ```
4 out of the 5 test failures in the recent haskell-src-exts issue https://github.com/haskell-suite/haskell-src-exts/issues/448 seems to be new pretty-show not willing to prettify the result. One of the examples is: ```...
Hopefully this suppresses the following warning: ``` Warning: monadLib.cabal:25:30: version operators used. To use version operators the package needs to specify at least 'cabal-version: >= 1.8'. ```