Zhang Wen

Results 17 comments of Zhang Wen

木兰许可证里面是有适用于开放作品的,中英双语均具有法律效力,可以看看。最右侧开放作品许可协议,有4种可供选择。 https://www.coscl.org.cn/p/473579/

才看到CC协议也有中文版,表述更加简明扼要,可以考虑 https://creativecommons.org/licenses/by/2.5/cn/ 这里有对授权协议的更多说明,文末有对作品声明授权协议的实际例子: https://www.ruanyifeng.com/blog/2008/04/creative_commons_licenses.html

I have an actual Windows machine an would like to do something. Even the simplest case `cargo test` is failing on Windows, IMO fixing this can be the first step.

some tests rely on the seq command to produce test data,which is not available on windows。Maybe we need to use powershell instead on windows.

> Which tests? I wonder if we can get rid of that dependency and just generate the test data in Rust directly. One of them is test_all_but_last_bytes_large_file_piped, in file `tests/by-util/test_head.rs`,....

> I'm a bit confused, `test_head::test_all_but_last_bytes_large_file_piped` is passing currently in CI: https://github.com/uutils/coreutils/actions/runs/14770493603/job/41469699578 . > > Or maybe you are trying to get more tests to pass without all the harness...

> Could you please add a test to make sure we don't regress? Thanks Finished the test.

> many jobs are failing Caused by some rebase issues, fixed it now. By the way, the test in this PR need to ensure that there's no user with userid...

> I don't think you need to configure the system, you can just avoid hardcoding 500 and instead use the first UID not in `/etc/passwd`. I'm using a long script...

@sylvestre Hey, i've added the same logic for invalid gid, and all checks passed. Could this PR be reviewed again?