Skip to content
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

[core] Disallow overriding a required property with an optional property #3659

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

witemple-msft
Copy link
Member

Closes #3539

This change disallows overriding a required inherited property with an optional property.

This error does not take precedence over regular property assignability rules. In case the property both is optional when the overridden property is required and has a non-assignable type, both errors will be reported.

@azure-sdk
Copy link
Collaborator

azure-sdk commented Jun 25, 2024

All changed packages have been documented.

  • @typespec/compiler
Show changes

@typespec/compiler - fix ✏️

Disallow overriding a required inherited property with an optional property.

@azure-sdk
Copy link
Collaborator

You can try these changes at https://cadlplayground.z22.web.core.windows.net/prs/3659/

Check the website changes at https://tspwebsitepr.z22.web.core.windows.net/prs/3659/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler:core Issues for @typespec/compiler
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Model extends another allow property to become optional
4 participants