James Le Cuirot
James Le Cuirot
`-Werror` is very unhelpful for distributions and end users as newer compilers will raise warnings that the maintainers may not see. The warnings should get reported upstream, but they shouldn't...
Both Gentoo and Debian have found that test-pixels fails on all big endian architectures, including ppc32, ppc64, hppa, sparc, and s390x. Debian's logs show that m68k is working, but they...
Building with clang results in the following assembly errors regarding SXTX: ``` clang --target=aarch64-unknown-linux-gnu --gcc-install-dir=/usr/lib/gcc/aarch64-unknown-linux-gnu/13 -I. -Isrc/ -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DPIC -DZLIB_CONST -fPIC -Qunused-arguments -MMD -MF libswscale/aarch64/rgb2rgb_neon.d -MT...
This method, apart from looking cleaner, allows the multiplayer invitation feature to work… maybe. When I tried it, the game failed to connect but I'm not sure whether that was...
We're setting up some CI stuff here. We haven't put it into production yet but thought I'd put this out there now anyhow. There's a lot less to these recipes...
The Chef [deploy resource](https://docs.chef.io/resource_deploy.html) is inspired by Capistrano and would allow us to continually upgrade by just performing another Chef run. It would take care of running `bundle install`, `rake...
Using them will break in future setuptools versions.
The membership iterator was broken because checking the .user and .group dropins was never actually implemented. Only .membership dropins were checked. This enhances the membership iterator to step through each...
Rather than instead of / for EAPI 6 and below. This changes the behaviour, but it is arguably not a breaking change, as no installations are being dropped. The previous...