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

stripGuard handles errors in left operand for when #476

Merged
merged 2 commits into from
Oct 21, 2016
Merged

stripGuard handles errors in left operand for when #476

merged 2 commits into from
Oct 21, 2016

Conversation

KronicDeth
Copy link
Owner

Fixes #468

Changelog

Enhancements

Bug Fixes

  • When#leftOperand will return null (because it's normalized) if there are left-hand error elements, but when stripping guards we want best-effort to match human expectations, so don't use normalized null, but use left, non-error element if it is unique.

Fixes #468

When#leftOperand will return null (because it's normalized) if there are
left-hand error elements, but when stripping guards we want best-effort
to match human expectations, so don't use normalized null, but use left
non-error element if it is unique.
@KronicDeth KronicDeth added this to the v4.6.0 milestone Oct 21, 2016
@KronicDeth KronicDeth self-assigned this Oct 21, 2016
@KronicDeth KronicDeth merged commit 6febc2a into master Oct 21, 2016
@KronicDeth KronicDeth deleted the 468 branch October 21, 2016 05:00
KronicDeth added a commit that referenced this pull request Oct 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant