Aleksa Sarai

Results 232 issues of Aleksa Sarai

The Tap 14 specification explicitly allows for out-of-order Test Points, which means we do not need to use --keep-order. The primary benefit of doing this is that users will get...

While the ability to copy arbitrary container labels into the generated runtime-spec is a very useful feature, it needs to be mentioned that some runtime-spec annotations (such as `org.systemd.property.*` and...

> I don't think a boolean is sufficient to describe the state of idmapped mount support. > At the moment, runc only supports this for one specific case (which will...

This is a patch release branched off from `0.9.0` with only a few commits backported/recreated: * A recreation of the move to `go.mod` from #727 (specifically commit 0e5956de9511). * A...

I've run into two cases of failures in safety-checking code, leading me to wonder whether the logic is sound. * The sanity check in `Dealer::shard` that checks whether the evaluated...

We create files in the image using standard `os.Create` and similar calls, resulting in the behaviour that new files created in an image layout directory are owned by the user...

We cannot use generics for the parser function map, but we can use it when instantiating "simple" JSON parser functions. There are a few other downsides to Go's generics, so...

With Go 1.20, we can now avoid using the whole `go test -c -cover` setup [by simply building the regular binary with coverage profiling enabled](https://go.dev/testing/coverage/), which should make all of...

test/integration

In order to be able to build the documentation without internet access (as is required by some distribution build systems), all of the source code needed for the build needs...

status/2-code-review
impact/documentation

This allows users to fairly easily migrate from CoreRng::fill_byte() and similar constructions without requiring them to fuss around with a new SeedableRng (or copy-paste this boilerplate) when their slice is...