Chad Brewbaker
Chad Brewbaker
The ls tests dislike [llvm source based code coverage](https://doc.rust-lang.org/beta/unstable-book/compiler-flags/source-based-code-coverage.html). The CI is currently using the grcov crate? It would be nice if default environment variables were given in comments. https://github.com/uutils/coreutils/blob/a017c1b5890efd3b35bdcfc579b0df546cabf4c9/.github/workflows/CICD.yml#L621...
x86_64, Win 10 Pro v 10.0.19042 Build 19042, , commit 5935876f38 , nightly-x86_64-pc-windows-msvc unchanged - rustc 1.52.0-nightly (3e826bb11 2021-02-21) ```bash ---- test_ls::test_ls_human stdout ---- current_directory_resolved: run: truncate -s +1000 test_human...
The Windows build is breaking on systems with [default permissions](https://doc.rust-lang.org/std/os/windows/fs/fn.symlink_file.html) that do not allow creation of symlinks. Should we add a system privilege check at the start of the build...
I pulled the recommended Docker image down with Kitematic and it booted with the following error. Kind of important for my workflow since I compile a lot of C code...
Is there any existing code for performance fuzzing or would that be a new feature?
Could you add an example that adds a join point upon entering an assignment operator that does a typecheck? This would be very useful even if it only worked on...
How coupled is the timing code from the reporting code? I'm interested in using Criterion to import/export CSVs of benchmark timings. Benchmark in Python/C/Bash/Ruby then have Criterion import the timing...
WSL detection support.
I wanted to get a FlowDroid rig to detect the [log4shell](https://github.com/tangxiaofeng7/CVE-2021-44228-Apache-Log4j-Rce) exploit - any tips? This could would be the minimum test rig? It takes an arbitrary string from the...
Docker version 20.10.6, build 370c289 macOS 11.4 aarch64 on commit e58c6a54f2. => ERROR importing cache manifest from rvt_base:latest I had to delete this line from docker/mkimage: ```bash --cache-from="${DOCKER_IMAGE_NAME}:${DOCKER_VERSION}" \ ```...