Skip to content

Conversation

@msyyc
Copy link
Member

@msyyc msyyc commented Nov 11, 2025

No description provided.

@msyyc msyyc requested a review from scbedd as a code owner November 11, 2025 03:43
Copilot AI review requested due to automatic review settings November 11, 2025 03:43
@msyyc msyyc requested a review from mccoyp as a code owner November 11, 2025 03:43
Copilot finished reviewing on behalf of msyyc November 11, 2025 03:55
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds a new section to the hybrid model migration documentation that explains how reserved property name conflicts are handled. The documentation covers the breaking change where properties that collide with Python's built-in dict method names (like keys, values, items, etc.) are renamed with a _property suffix in the generated code.

Key Changes

  • Added new entry in the breaking changes summary table for "Reserved Property Name Conflicts"
  • Added comprehensive documentation section explaining the reserved property name conflict behavior
  • Provided "Before" and "After" code examples demonstrating the change
  • Included migration steps to help users update their code

msyyc and others added 4 commits November 11, 2025 13:37
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@msyyc
Copy link
Member Author

msyyc commented Nov 12, 2025

@scbedd @mccoyp Please help review this PR for merge.

@msyyc msyyc enabled auto-merge (squash) November 12, 2025 09:01
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.

3 participants