-
Notifications
You must be signed in to change notification settings - Fork 123
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
Missing LocalIds In Union Statement #395
Labels
Milestone
Comments
Hi @brynrhodes, Could you please let me know if there is any update on this issue? I see it is open and tagged in release 1.4, Maintenance but just wanted to make sure that if it is already in 1.4 release and we are not missing it in our application. |
Included in 1.5.5 Release |
bryantaustin13
added a commit
that referenced
this issue
Dec 16, 2021
#395: Fixed a NullReferenceException when using the LibraryBuilder wi…
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Certain Union statements are missing localId and locator fields. In the ELM snippet below you'll notice that 2 of the Union statements are missing localId and locator fields. The statements with the missing fields happen to be leaf nodes within the binary-tree representation of the series of union statements.
Currently, the CQL logic:
Is being represented in the ELM as follows:
The text was updated successfully, but these errors were encountered: