Skip to content

Conversation

@MattDevy
Copy link
Contributor

As discussed @pquentin

…t check

* eslint unique type check added in #5647
* removes the compiler check for the same issue
@MattDevy MattDevy requested a review from a team as a code owner November 13, 2025 14:03
@MattDevy MattDevy added spec validation skip-backport This pull request should not be backported backport 8.19 backport 9.1 backport 9.2 and removed compiler skip-backport This pull request should not be backported labels Nov 13, 2025
@github-actions
Copy link
Contributor

Following you can find the validation changes against the target branch for the APIs.

No changes detected.

You can validate these APIs yourself by using the make validate target.

@MattDevy MattDevy merged commit e90af57 into main Nov 13, 2025
21 of 24 checks passed
@MattDevy MattDevy deleted the chore/remove-unique-type-check-compiler branch November 13, 2025 14:18
@github-actions
Copy link
Contributor

The backport to 8.19 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-8.19 8.19
# Navigate to the new working tree
cd .worktrees/backport-8.19
# Create a new branch
git switch --create backport-5669-to-8.19
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 e90af579a1c7bfe72a94b0f288b823450ebcfd58
# Push it to GitHub
git push --set-upstream origin backport-5669-to-8.19
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-8.19

Then, create a pull request where the base branch is 8.19 and the compare/head branch is backport-5669-to-8.19.

github-actions bot pushed a commit that referenced this pull request Nov 13, 2025
…t check (#5669)

* eslint unique type check added in #5647
* removes the compiler check for the same issue

(cherry picked from commit e90af57)
github-actions bot pushed a commit that referenced this pull request Nov 13, 2025
…t check (#5669)

* eslint unique type check added in #5647
* removes the compiler check for the same issue

(cherry picked from commit e90af57)
pquentin pushed a commit that referenced this pull request Nov 14, 2025
…t check (#5669) (#5670)

* eslint unique type check added in #5647
* removes the compiler check for the same issue

(cherry picked from commit e90af57)

Co-authored-by: Matt Devy <32791943+MattDevy@users.noreply.github.com>
pquentin pushed a commit that referenced this pull request Nov 14, 2025
…t check (#5669) (#5671)

* eslint unique type check added in #5647
* removes the compiler check for the same issue

(cherry picked from commit e90af57)

Co-authored-by: Matt Devy <32791943+MattDevy@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants