Sylwester Arabas

Results 518 comments of Sylwester Arabas

Thank you @GillesDuvert! I'm also not familiar with the Python bridge, I've never used it besides running the pytest tests that @olebole contributed. > I was not even able to...

`xfail` means expected failure (e.g., a test that checks if an exception is raised for an out-of-bounds array access) - all OK!

Googling the "dynamic module does not define module export function" message, it seems that in some cases this is related with Python version mismatch (the one that GDL module was...

Please provide logs from the failing compilation. I think the `PyInit_GDL` is called (and the error message issued) around here: https://github.com/python/cpython/blob/main/Python/importdl.c#L150-L162

For the record, this is being worked on here: https://github.com/QubesOS/qubes-core-admin-client/commit/b6eb7737e3062e1973f1702aa447a60a5f467b64

FWIW (probably obvious, but since we discussed it over e-mail, just leaving a trace): - the new logic assumes part files are in order in the tar - the tar...

finishing up tests, aiming at a PR today here's the lack-of-symlink case handled: https://github.com/QubesOS/qubes-core-admin-client/commit/e33eaf0ae0c0b541b4aefbaa1d51eba0c438a947

> Is this ready to open a PR? If so, can you open it? Here it is: https://github.com/QubesOS/qubes-core-admin-client/pull/278