Skip to content
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

Build rust_test targets using a crate name different from the underlying lib #2803

Merged
merged 1 commit into from
Aug 22, 2024

Conversation

felipeamp
Copy link
Contributor

This PR also makes rust_test put its compilation outputs in the same directory as the rust_library rule (i.e. not in a test-{hash} subdirectory anymore).

After this change both the rust_library and rust_test rules will put all its compilation outputs in the same directory, but there won't be any name collisions in non-sandboxed environments (see #1427 for more context).

This is a partial rollback of 1018533 and 26344d4.

This PR also makes `rust_test` put its compilation outputs in the same directory as the `rust_library` rule.

This is a partial rollback of bazelbuild@1018533 and bazelbuild@26344d4.
@scentini scentini self-requested a review August 22, 2024 12:12
Copy link
Collaborator

@scentini scentini left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@scentini scentini added this pull request to the merge queue Aug 22, 2024
Merged via the queue into bazelbuild:main with commit b4ccc97 Aug 22, 2024
3 checks passed
felipeamp added a commit to felipeamp/rules_rust that referenced this pull request Aug 28, 2024
…he underlying lib (bazelbuild#2803)"

This reverts commit b4ccc97.

That commit makes a behavior change, and thus should have been protected by a feature flag. This will be done in a future PR.
felipeamp added a commit to felipeamp/rules_rust that referenced this pull request Sep 2, 2024
underlying lib

This is a rollforward of
bazelbuild#2803, but behind a feature
flag.

This PR also makes `rust_test` put its compilation outputs in the same
directory as the `rust_library` rule (i.e. not in a `test-{hash}`
subdirectory anymore).

After this change both the `rust_library` and `rust_test` rules will put
all its compilation outputs in the same directory, but there won't be
any name collisions in non-sandboxed environments (see
bazelbuild#1427 for more context).

Issue: bazelbuild#2827
felipeamp added a commit to felipeamp/rules_rust that referenced this pull request Sep 2, 2024
underlying lib

This is a rollforward of
bazelbuild#2803, but behind a feature
flag.

This PR also makes `rust_test` put its compilation outputs in the same
directory as the `rust_library` rule (i.e. not in a `test-{hash}`
subdirectory anymore).

After this change both the `rust_library` and `rust_test` rules will put
all its compilation outputs in the same directory, but there won't be
any name collisions in non-sandboxed environments (see
bazelbuild#1427 for more context).

Issue: bazelbuild#2827
felipeamp added a commit to felipeamp/rules_rust that referenced this pull request Sep 2, 2024
underlying lib

This is a rollforward of
bazelbuild#2803, but behind a feature
flag.

This PR also makes `rust_test` put its compilation outputs in the same
directory as the `rust_library` rule (i.e. not in a `test-{hash}`
subdirectory anymore).

After this change both the `rust_library` and `rust_test` rules will put
all its compilation outputs in the same directory, but there won't be
any name collisions in non-sandboxed environments (see
bazelbuild#1427 for more context).

Issue: bazelbuild#2827
github-merge-queue bot pushed a commit that referenced this pull request Sep 12, 2024
…lying lib (#2828)

This is a rollforward of
#2803, but behind the
`incompatible_change_rust_test_compilation_output_directory`
incompatible flag.

This PR also makes `rust_test` put its compilation outputs in the same
directory as the `rust_library` rule (i.e. not in a `test-{hash}`
subdirectory anymore).

After this change both the `rust_library` and `rust_test` rules will put
all its compilation outputs in the same directory, but there won't be
any name collisions in non-sandboxed environments (see
#1427 for more context).

Issue with context: #2827
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants