WSL
Windows Subsystem for Linux
- Implemented functionality to download the Lunar rootfs every night instead of at every CI run. WSL #345
GoWSL
A module to interface with WSL via Go
- Implemented functionality to get the distro’s UUID from the Windows registry GoWSL #30
- Made distro-name a private field with a getter for the Distro class GoWSL #31
- Bugfix: The WSL Windows API has a bug when attempting to redirect stdout to a file, sticking a pipe between WSL and the file fixes it GoWSL #29
- Bugfix: When testing, I was reseeding the RNG every time I needed a random number GoWSL #33
- Fixed my grammar in readmes and similar files GoWSL #34