Skip to content

Fix some typos in This Development-cycle in Cargo: 1.76 #1226

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The Cargo team has been working to scale our processes to allow the number of pa
- We are hoping that we can improve the contributor experience with smaller packages (faster to build and test) with clearer boundaries (easier to reason about)

<!-- source: 2023-11-21 meeting -->
We've had a couple breakages affecting people over the last while that we reflected on. Examples include:
We've had a couple of breakages affecting people over the last year while we reflected on some recent regressions. Examples include:
- When making future-incompatible updates to the output of `cargo metadata`, not coordinating with the third-party `cargo_metadata` API ([oli-obk/cargo_metadata#240](https://github.com/oli-obk/cargo_metadata/issues/240))
- Confusion over dependencies on `cargo-credential` causing non-working dependency trees when building these packages from the crates.io ([rust-lang/cargo#13004](https://github.com/rust-lang/cargo/pull/13004))

Expand Down Expand Up @@ -301,9 +301,9 @@ But not having dependencies participate would be inconsistent.

Discussing the prior art of `[profile]` also led to a discussion of having more than one set of values you can inherit from.
We discussed a couple of ideas, including
- Having named sets of that you inherit all-or-nothing (`inherits = "public-members"`)
- Having named sets of fields that you inherit all-or-nothing (`inherits = "public-members"`)
- Having named fields that you can inherit per-field (`rust-version.workspace = "public-members"`)
- Naming other packages you can to inherit from, either whole or per field
- Naming other packages you can inherit from, either whole or per field

<!-- source: https://rust-lang.zulipchat.com/#narrow/stream/246057-t-cargo/topic/warnings.20control.20option.20bikeshed -->
<!-- this was actually in October
Expand Down