Ed Page

Results 4043 comments of Ed Page

0.9.4 is released with `as_str` access.

If we pass a tag to git, will it still be fetched?

> By default, any tag that points into the histories being fetched is also fetched; the effect is to fetch tags that point at branches that you are interested in....

Just from the user confusion aspect, its likely worth it @bors r+

While this is a bug, its relatively minor in my opinion. The big issue is that cargo does not report the error about nothing to install until after it has...

`cargo build --release --no-default-features` will build but `cargo install --release --no-default-features` will error because all of the binaries require some feature to be enabled. `cargo-edit` is a library (which is...

We have a feature per binary, see https://github.com/killercup/cargo-edit/blob/d722ed83f660d7848fe9e673d81ff3c294990f49/Cargo.toml#L38-L56

The [changelog entry](https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1840-2025-01-09) > Move ::copysign, ::abs, ::signum to core

Not seeing a good way to make this work and - Maintain behavior expectations for `std` - Keep the features additive Seems like our options are - Document a carve...

The paths forward for this are either - Change our sort order - Workaround it with `display_order` - Wait for help generation to be broken out to allow easier customization...