-
Notifications
You must be signed in to change notification settings - Fork 3.2k
[doc] add new section for hybrid model migration #43933
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this 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
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>
No description provided.