Niyaz Nigmatullin
Niyaz Nigmatullin
When `--follow=name` read again all the files after watcher has been set up, if file changed just before the watcher started watching and after tail has happened. This is done...
This is the issue I want to discuss. I tried to run gnu tests locally. It appeared that some tests use all the memory. After some investigation it appeared that...
Probably related to #2925 So, Rust's `print!`, `println!`, `std::io::stdout().write`, etc. don't fail when fd 1 is closed. This is because of [RFC 1014](https://github.com/rust-lang/rfcs/blob/master/text/1014-stdout-existential-crisis.md). GNU version utils fail with `Bad file...
uutils doesn't remove `b/d` in the following example ```bash $ mkdir -p b/a/p $ mkdir b/c b/d $ chmod -w b/a $ rm -rf b rm: cannot remove 'b': Permission...
``` fun shuffle(items:MutableList):List{ val rg : Random = Random() for (i in 0..items.size - 1) { val randomPosition = rg.nextInt(items.size) val tmp : T = items[i] items[i] = items[randomPosition] items[randomPosition]...
I've seen that test `test_sort:;test_tmp_files_deleted_on_sigint` still sometimes fails, in a line where it checks that `sort` has created the temporary directory and it exists, so the test fails not finding...
- Seems that happened after merging #3908 on Android CI ``` ---- test_chroot::test_preference_of_userspec stdout ---- current_directory_resolved: run: whoami result.stdout = u0_a67 result.stderr = current_directory_resolved: run: id -g -n result.stdout =...
- Didn't fail before merging #3910, fails everytime after on Android CI. I can't undestand how `chmod` and this test is related to the change in PR ``` ---- test_chmod::test_mode_after_dash_dash...
`procfs::process::Process::myself().unwrap().fd().unwrap().next()` fails with `signal: 31, SIGSYS: bad system call` in Android
Think about adding non-zero exit code to some results, for example, if ``polygon-cli init %d`` didn't find such problem id, terminate with non-zero exit code.