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

CQL to ELM Target Library not populated in Annotation Error #487

Closed
ddecouteau opened this issue Mar 17, 2020 · 3 comments
Closed

CQL to ELM Target Library not populated in Annotation Error #487

ddecouteau opened this issue Mar 17, 2020 · 3 comments
Assignees
Labels

Comments

@ddecouteau
Copy link

The target library name and version are not being serialized and returned in response during cql-to-elm validation and conversion.

"library": {
"annotation": [
{
"startLine": 42,
"startChar": 33,
"endLine": 42,
"endChar": 38,
"message": "Could not resolve call to operator Before with signature (FHIR.dateTime,FHIR.Period).",
"errorType": "semantic",
"errorSeverity": "error",
"type": "CqlToElmError"
},
{
"startLine": 41,
"startChar": 17,
"endLine": 42,
"endChar": 57,
"message": "Could not determine signature for invocation of operator System.And.",
"errorType": "semantic",
"errorSeverity": "error",
"type": "CqlToElmError"
},

@brynrhodes brynrhodes self-assigned this Mar 20, 2020
@brynrhodes brynrhodes added the bug label Mar 20, 2020
brynrhodes added a commit that referenced this issue Mar 21, 2020
…d ensured they are successfully reported through the ELM
brynrhodes added a commit that referenced this issue Mar 21, 2020
…otations

#487: Added library id and version to error annotations in the ELM an…
@brynrhodes
Copy link
Member

Addressed in 1.4.9-SNAPSHOT

@brynrhodes
Copy link
Member

Ooops, only meant to mark it as addressed.

@brynrhodes
Copy link
Member

Addressed in 1.4.9 release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants