William Douglas

Results 15 issues of William Douglas

When a `SerialBuffer` attempts to write to a PTY fd that does not have a client connected the write does not block and the bytes are lost until a limit...

I'm very likely doing something wrong but I'm doing the build with msbuild via the build.bat script and where the instructions expect there to be a DistroLauncher-Appx_1.0.0.0_x64.appx type file I...

# Description of problem docker fails to start container the first time it is attempted to be run # Expected result docker run succeeds the first time # Actual result...

Currently tests for uninstallation only look at the EFI dir, improve tests to account for the rootfs as well.

enhancement

Make another cleanup step in clr-boot-manager which will look at all the names in the target and try to find those files' matching sources. If the matching sources of those...

enhancement

Using Clear Linux 15710 (with Docker 17.05.0-ce) docker run -it busybox I do not get a network interface in the container: ```-> % docker run -it busybox # ip a...

CC 2.1

Today config parses the versions file and then content does operations for multi-version wrangling. It would improve the clarity of the specific responsibilities for each module and the data ownership...

refactor-needed

The set_gcov function is really a config item that has been historically set under content and should be moved to config at some point.

janitorial
refactor-needed

Currently the parse_build_results function looks at every line the build.log output and keeps state to try and determine if it is in a section that needs to be handled specially...

performance
refactor-needed

Due to the way os.walk is implemented using readdir, the order that files are inspected to determine the build pattern for a project is potentially arbitrary. This can result in...

bug