Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

Conversation

@GraDKh
Copy link
Contributor

@GraDKh GraDKh commented Jun 16, 2025

TL;DR

Move compute_test_utils crate into the compute directory as a subdirectory.

What changed?

  • Relocated the compute_test_utils crate from the top-level crates directory into a subdirectory of the compute crate
  • Updated the path references in Cargo.toml files across multiple crates:
    • crates/compute/Cargo.toml
    • crates/core/Cargo.toml
    • crates/fast_compute/Cargo.toml
  • Adjusted dependency paths in the test utils' Cargo.toml to reflect the new location

How to test?

  • Run the test suite to ensure all tests still pass
  • Verify that the build process completes successfully
  • Check that imports and dependencies resolve correctly in the affected crates

Why make this change?

This change improves the project organization by placing test utilities closer to the code they're designed to test. Since these utilities are specifically for testing the compute functionality, it makes logical sense to nest them within the compute crate rather than keeping them as a separate top-level crate.

Copy link
Contributor Author

GraDKh commented Jun 16, 2025


How to use the Graphite Merge Queue

Add the label merge-ready to this PR to add it to the merge queue.

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

@GraDKh GraDKh force-pushed the dgordon/move_compute_test_utils branch from 85ef870 to 2a5f336 Compare June 20, 2025 12:34
@bergkvist bergkvist removed their assignment Sep 30, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants