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

Fix nullable annotations for OneWayBind #4010

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

elem-74
Copy link

@elem-74 elem-74 commented Apr 10, 2025

What kind of change does this PR introduce?
Fixes nullable annotations for OneWayBind

What is the current behavior?
#4009

What is the new behavior?
When the object you select is nullable, there is a warning for dereferencing it without nullcheck. If the object is not nullable, there is no warning.

What might this PR break?
Not sure, I'm not that familiar with the codebase, but I don't see what it could break.

Please check if the PR fulfills these requirements

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

Other information:
Let me know if I should improve the PR in any way.

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.

1 participant