Chris Moesel

Results 25 comments of Chris Moesel

I've actually said before that I think it would be a useful feature -- and one that seems like it could be fairly easily supported. But... I think the primary...

Ooh. Yeah. That kind of makes the `called` fragment pointless since it defaults to the identifier anyway. Good catch!

We should investigate the impact on annotations, in that there would be a more significant mismatch between the source CQL and the ELM. For example, would it make sense to...

@JSRankins -- what behavior are you expecting? My understanding is that using fluent functions _is_ "method-style invocation" -- so if you disabled method-style invocation, I would not expect fluent functions...

Hi @mholck -- which CQL engine are you using?

Hi @Maxsqladmin. The .NET implementation was never fully realized and has not been updated in the last 3 - 4 years. There is quite a bit of work needed to...

I do not believe that the core committer team has any plans to update the .NET implementation. The issue submitter for #344 expressed some potential interest in working on it...

This is only relevant when both sides are _literal_ `null`, right? In other words, while this might come up in test cases, you should never see production CQL that does...

Is this proposal to: 1. Convert _data_ to CQL units where necessary? (e.g., `GestationalAge.result >= 37 weeks` becomes `ConvertQuantity(GestationalAge.result, 'week') >= 37 weeks`) 2. Convert CQL literal units where necessary?...

See: https://github.com/cqframework/cql-execution/pull/239#issuecomment-811351624