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

Allowing to use nullable propagation on callables again. Fixed #1041 #1042

Merged
merged 2 commits into from Jan 10, 2022

Conversation

ayende
Copy link
Contributor

@ayende ayende commented Jan 9, 2022

In EvaluateCall, we shouldn't short circuit if we detected that the value is null and the nullable reference returned true, we still need to call to the callable

…ienros#1041

In `EvaluateCall`, we shouldn't short circuit if we detected that the value is null and the nullable reference returned true, we still need to call to the callable
Accepting PR comments

Co-authored-by: Sébastien Ros <sebastienros@gmail.com>
@lahma
Copy link
Collaborator

lahma commented Jan 10, 2022

GitHub requires merge sync from main before merge, and we cannot do it as source branch is main.

@sebastienros sebastienros merged commit ff6765b into sebastienros:main Jan 10, 2022
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.

None yet

3 participants