Sergei Sementhouk
Sergei Sementhouk
Hello, from roadmap.md saw that ls is currently missing -hFfS, but seems -h is present, so i would like to add missing flags if it's still relevant, if not please...
Signed-off-by: Sergei Semenchuk
Instead of sdc2 device name, test may return sdb2. https://github.com/u-root/u-root/actions/runs/9600003663/job/26475159859?pr=3013 ``` devices.go:275: vm: [5.2255s] === RUN TestBlockDevMount devices.go:275: vm: [5.3332s] vm_test.go:73: Test block devices: devices.go:275: vm: [5.3359s] [BlockDevice(name=nvme0n1, fs_uuid=) BlockDevice(name=nvme0n1p1,...
Here is a linter: https://github.com/polyfloyd/go-errorlint and it may be helpful for us to avoid %v -> %w, but also it flags %v in tests files and have false positives, but...
**Describe the bug** A data race in cmds/core/netcat **To Reproduce** Steps to reproduce the behavior: go test -race -run=TestListenForConnections **Expected behavior** Test should pass. **Additional context** I happened at least...