Andrei Alexeyev

Results 63 comments of Andrei Alexeyev

We've had some LTO-related miscompilations in windows builds in the past (though in library code, not taisei itself)… those resolved themselves with a toolchain update, IIRC. That said, it's hard...

Hi, sorry for the super late update. I've tried to debug this in an OpenBSD VM a couple months ago but got absolutely nowhere. I managed to segfault gdb itself,...

There is a surprising amount of complexity involved in doing this efficiently. See the `copyfile` and `copymode` implementations in Python's `shutil` module for an example: https://github.com/python/cpython/blob/2cc916e14797f34c8ce75213ea4f1e8390049c75/Lib/shutil.py#L230 There's more to it...