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

Replace assert with Normalized #428

Merged
merged 1 commit into from Sep 12, 2016
Merged

Replace assert with Normalized #428

merged 1 commit into from Sep 12, 2016

Conversation

KronicDeth
Copy link
Owner

Fixes #417

Changelog

Bug Fixes

  • Instead of asserting that a QualifiableAlias has 3 children, which may not be true on error recovery, use the Normalized static methods that are used elsewhere to handle error recovery around Infix operations as the . in QualifiableAliases is a pseudo-Infix.

Instead of asserting that a QualifiableAlias has 3 children, which may
not be true on error recovery, use the Normalized static methods that
are used elsewhere to handle error recovery around Infix operations as
the `.` in QualifiableAliases is a pseudo-Infix.
@KronicDeth KronicDeth merged commit 294f123 into master Sep 12, 2016
@KronicDeth KronicDeth deleted the 417 branch September 12, 2016 02:14
KronicDeth added a commit that referenced this pull request Sep 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

QualifiableAlias#fullyQualifiedName fails when there aren't 3 children
1 participant