Skip to content

Conversation

@mandysGit
Copy link
Contributor

Pull Request checklist

  • Breaking changes: This PR follows our breaking change policy
    • This PR follows the breaking change policy:
      • This PR has no breaking API changes, or
      • There are corresponding PRs for our consumer applications that resolve the breaking changes and have been approved
  • Quality: This PR builds and tests run cleanly
    • Note:
      • For changes that need extra cross-platform testing, consider adding [ci full] to the PR title.
      • If this pull request includes a breaking change, consider cutting a new release after merging.
  • Tests: This PR includes thorough tests or an explanation of why it does not
  • Changelog: This PR includes a changelog entry in CHANGELOG.md or an explanation of why it does not need one
    • Any breaking changes to Swift or Kotlin binding APIs are noted explicitly
  • Dependencies: This PR follows our dependency management guidelines
    • Any new dependencies are accompanied by a summary of the due diligence applied in selecting them.

@mandysGit mandysGit requested a review from Standard8 January 1, 2026 03:48
@mandysGit mandysGit changed the base branch from main to refactor-rust-selector-tests-part-1 January 1, 2026 04:45
@mandysGit mandysGit force-pushed the refactor-rust-selector-tests-part-2 branch from ef5588b to e5ba085 Compare January 1, 2026 04:48
Copy link
Member

@Standard8 Standard8 left a comment

Choose a reason for hiding this comment

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

Thanks for working on this. There's a few comments in-line to address.

From the patch structure, it is pretty hard to review. The problem appears to be the moves/re-ordering of the tests within the file - this makes the differences hard to read and find. It would probably have been better to do the moves of the tests in a separate commit, and then in theory the diffs would be simpler here as it would just be the actual changes.

However, as I know there's been a lot of work in this, and it is test-only, I'm not going to ask for that here, but it would be something to bear in mind in future to make it easier for reviewers.

@mandysGit mandysGit requested a review from Standard8 January 21, 2026 16:05
@mandysGit mandysGit force-pushed the refactor-rust-selector-tests-part-2 branch from e5ba085 to b0ef4f8 Compare January 22, 2026 21:37
Copy link
Member

@Standard8 Standard8 left a comment

Choose a reason for hiding this comment

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

I think the changes here are fine, however I think the diffs might be a bit weird, once the other PR lands on main, please could you rebase and change this PR to be based on main, so that it is easier to check before it lands?

@mandysGit
Copy link
Contributor Author

mandysGit commented Jan 26, 2026

I think the changes here are fine, however I think the diffs might be a bit weird, once the other PR lands on main, please could you rebase and change this PR to be based on main, so that it is easier to check before it lands?

Yeah. There were merge conflicts, which I fixed here. I feel like I've either missed or added a few things.
I'll wait until the other branch is merged, then rebase this one. I'll request a re-review once this is rebased on top of main.

@mandysGit mandysGit changed the base branch from refactor-rust-selector-tests-part-1 to main January 27, 2026 19:47
@mandysGit mandysGit force-pushed the refactor-rust-selector-tests-part-2 branch from b0ef4f8 to e70503a Compare January 27, 2026 19:47
@mandysGit mandysGit force-pushed the refactor-rust-selector-tests-part-2 branch from e70503a to 9615cae Compare January 27, 2026 19:51
@mandysGit mandysGit requested a review from Standard8 January 28, 2026 01:03
Copy link
Member

@Standard8 Standard8 left a comment

Choose a reason for hiding this comment

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

Thank you for the updates, nice to see this getting simpler.

@mandysGit mandysGit added this pull request to the merge queue Jan 30, 2026
Merged via the queue into mozilla:main with commit d11a251 Jan 30, 2026
13 checks passed
@mandysGit mandysGit deleted the refactor-rust-selector-tests-part-2 branch January 30, 2026 19:30
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