Alex Willmer

Results 363 comments of Alex Willmer

`ansible_mitogen.process._setup_responder()` populates `mitogen.core.Importer.whitelist`. However this causes the logic in `mitogen.core.is_blacklisted_import()` to report *all* non-whitelisted modules (e.g. lxml) as blacklisted. Causing misleading/false denials such as > ModuleNotFoundError: 'lxml' is present in...

Looking through old commits this behaviour appears to be by design. If so it comes as a surprise to me.

WIP, one of the tests has regressed ``` TASK [reset the connection _raw_params=reset_connection] *************************************************************** Friday 07 July 2023 21:01:05 +0100 (0:00:00.196) 0:05:39.075 *********** ERROR! Unexpected Exception, this is probably a...

Mitogen has now support for Windows targets, and no plans to add it.

Just a WIP, until I find a more appropriate repo to version it in [binutils-2.26-3ubuntu1cloudabi1.diff.txt](https://github.com/NuxiNL/cloudabi-ports/files/123137/binutils-2.26-3ubuntu1cloudabi1.diff.txt)

> how do the changes to /rules work? HOST_ARCHS_*: does this mean that we only build these packages for amd64, i386, x32 and arm64? I'm still getting that straight in...

> how do the changes to /rules work? binutils's debian/rules is a bit of a monster, and comments/docs are shall we say, sparse. `CROSS_ARCHS` is a list of _Debian architectures_...

I've finally got a symlinks package working for clang, namely [moreati/llvm-cloudabi-deb](https://github.com/moreati/llvm-cloudabi-deb). Installing the .deb files uploaded with [v0.2](https://github.com/moreati/llvm-cloudabi-deb/releases/tag/v0.2) should pull in clang-3.7 and create the same symlinks as described in...

The other source package [moreati/binutils-cloudabi-debian](https://github.com/moreati/binutils-cloudabi-debian) is still in progress. Currently the resulting binary packages each try to install the same file. So only one can be installed at a time....