Alexey Sheplyakov

Results 9 issues of Alexey Sheplyakov

Consider two binary incompatible versions of the class X: https://github.com/asheplyakov/libfoo/blob/v0/include/foo/foo.h#L11-L17 https://github.com/asheplyakov/libfoo/blob/v4/include/foo/foo.h#L22-L29 These classes have the following vtables: ``` $ vtable-dumper lib/libfoo.so.0 | sed -rne '/^Vtable for X/,$ {p}' Vtable for...

With this patch I can easily pack chroots built in a fakeroot environment without running mksquashfs under fakeroot. Instead I can use `-fakerootdb .fakedata` to get ownership/permissions/device nodes right. It's...

* Sometimes one wants a more strict compiler identification, say build id or md5sum of the compiler binary. * On the other hand often the exact version of the compiler...

question

LoongArch is a new RISC ISA, which is a bit like MIPS or RISC-V. LoongArch includes a reduced 32-bit version (LA32R), a standard 32-bit version (LA32S) and a 64-bit version...

Before glibc 2.33 the stat family of functions (and mknod) used to be inline wrappers around calls to xstat, fxstat, lxstat, xmknod, which all take a leading version number argument...

(This is somewhat similar to #1155) I'd like to run production binaries in a (semi-) isolated test environment where /etc/resolv.conf might be missing/empty. However the very same binary must fail...

prio:accepting-patches
subsystem:dns
type:q

Here is a simple module (called `countmp`) ```python #!/usr/bin/env python3 import multiprocessing as mp from ansible.module_utils.basic import AnsibleModule def fmt(x): return str(x) def count(start, end): with mp.Pool() as pool: return...

bug
affects-0.2

As of now CHIRP fails to start with Python 3.9: - Complains about missing `importlib_resources` module (although `importlib` is available as a part of the standard library) - Application icon...

app/perf/flame_graph.py now uses the same naming as nflxprofile Closes: #124