Arnaud Rebillout

Results 46 issues of Arnaud Rebillout

Fixes: /usr/lib/python3/dist-packages/pyVNC/Client.py:61: SyntaxWarning: "is" with a literal. Did you mean "=="? if event is "Left": /usr/lib/python3/dist-packages/pyVNC/Client.py:63: SyntaxWarning: "is" with a literal. Did you mean "=="? elif event is "Middle": /usr/lib/python3/dist-packages/pyVNC/Client.py:65:...

Hello, I'm seeing a timeout in `test-llvm.sh`, logs are at https://buildd.debian.org/status/fetch.php?pkg=aflplusplus&arch=ppc64el&ver=4.20c-1&stamp=1713174746&raw=0 The relevant parts: ``` Test case count : 1 favored, 0 variable, 0 ignored, 1 total Bitmap range :...

I added it to the CI: https://github.com/elboulangero/cadaver/commit/a30b79e92e9633bcccc8d951b93ad75b05405e79 The failure on Ubuntu 18 and Ubuntu 20 is due to a mismatch in gettext version, that's why I added Ubuntu 22 to...

I observe this behavior (Debian Sid, re 1.11.0): ``` utop # let whitespace_re = Re.Pcre.regexp "\\s+";; val whitespace_re : Re.re = utop # Re.Pcre.split ~rex:whitespace_re ("");; - : string list...

Lately Debian enabled -Werror=implicit-function-declaration, causing the build to break in a few places. Fix it by declaring functions before using it, or including the right libraries. Errors that this commit...

With Python 3.12: ``` /usr/share/unicorn-magic/unicorn.py:1241: SyntaxWarning: invalid escape sequence '\.' elif re.search('\.ps1$', sys.argv[1]) is not None: ``` This change is documented at https://docs.python.org/3/whatsnew/3.12.html#other-language-changes: > A backslash-character pair that is not...