xtqqczze

Results 219 comments of xtqqczze

There are ~1200 matches for the string `www.microsoft.com/web/webpi/eula/net_library_eula_ENU.htm` in public source repositories, might be best to set up a redirect.

Long options are a syntax variant used by a specific program, so this seems outside the scope of shellcheck.

this could also be written as: ```rust #[inline(never)] pub fn m1() { let ptr = std::ptr::from_ref(&42f32); } ```

Related: https://github.com/rust-lang/rust-clippy/pull/16214

@taoabc Have a look at this issue, specially https://github.com/git-ecosystem/git-credential-manager/issues/1717#issuecomment-2566655962.

@zeke @heiskr could you please review?

Long options are not POSIX compliant. Also, the `-d` option for the date command is a GNU extension and may not be available on all systems (e.g., BSD or macOS).

@andersjonsson The rest of of these warning should be fixed?

> Because Ubuntu (and many others linux distros) wants to rebuild all sources before publication @sylvestre What about Debian stable (https://packages.debian.org/source/stable/rust-coreutils). The current stable release (Trixie) ships Rust 1.85, and...