-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Binary project output within one workspace depends on build order #8941
Copy link
Copy link
Open
Labels
A-layoutArea: target output directory layout, naming, and organizationArea: target output directory layout, naming, and organizationA-rebuild-detectionArea: rebuild detection and fingerprintingArea: rebuild detection and fingerprintingC-bugCategory: bugCategory: bugS-needs-designStatus: Needs someone to work further on the design for the feature or fix. NOT YET accepted.Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
Metadata
Metadata
Assignees
Labels
A-layoutArea: target output directory layout, naming, and organizationArea: target output directory layout, naming, and organizationA-rebuild-detectionArea: rebuild detection and fingerprintingArea: rebuild detection and fingerprintingC-bugCategory: bugCategory: bugS-needs-designStatus: Needs someone to work further on the design for the feature or fix. NOT YET accepted.Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Multiple projects within a workspace overwrite each others output, if their executable have the same name.
Imagine the following Cargo.toml snippet to be part of two projects (referred to as
project_aandproject_b):When compiling the workspace after a change in
project_a, the following command runs the executable fromproject_a:Problems
Possible Solution(s)
Notes
Output of
cargo version: