Skip to content

Manual cherry-pick needed: feat: add tests for disallowed identifier detection in object coercion scenarios #56

@github-actions

Description

@github-actions

Manual Cherry-pick Required

The automatic cherry-pick of #55 to main failed due to merge conflicts.

Original PR

Manual Cherry-pick Instructions

# Checkout main branch
git checkout main
git pull origin main

# Create a new branch for the cherry-pick
git checkout -b cherry-pick-pr-55

# Cherry-pick the commit (use -m 1 for merge commits)
git cherry-pick 09afbebe4cb6d0586c1145aa71ffabd2103932db
# OR for merge commits:
# git cherry-pick -m 1 09afbebe4cb6d0586c1145aa71ffabd2103932db

# Resolve conflicts manually, then:
git add .
git cherry-pick --continue

# Push and create PR
git push origin cherry-pick-pr-55
gh pr create --base main --title "Cherry-pick: feat: add tests for disallowed identifier detection in object coercion scenarios"

Decision Required

  • Cherry-pick is needed - resolve conflicts and apply
  • Cherry-pick is NOT needed - close this issue

This issue was automatically created by the cherry-pick workflow.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions