JP

Results 122 comments of JP

I'm able to repro this by: 1. Adding https://cds-sandbox.alphora.com/cqf-ruler/cds-services as a cds-service 2. Navigating to the Patient View Screen 3. Selecting the opioidcds-10-patient-view service Nothing happens, but when you check...

Disabled a third test at: https://github.com/cqframework/cqf-tooling/blob/develop/src/test/java/org/opencds/cqf/tooling/npm/NpmPackageManagerTests.java#L43 There are two problems: 1. The tests depend on loading an IG npm package from a remote server, in which case they may be...

A good chunk of that work needs to be done either in the cql-engine or cql-evaluator projects. Neither of those will be able to reference cqf-tooling in order to get...

Are you certain this should be `null`? My reading of the spec here is that it would return false: > For tuple types, this means that equality returns true if...

We'll need to add a configuration for the baseUrl as part of the `Bundle` generation. Currently, this library lives independently of any server and doesn't have any concept of a...

We don't have a full-fledged solution for type unification. We detect the null as `Any` rather than as a type variable. IOW, for the type equation: `T1 = T2` We...

I think your assessment is correct. The `FunctionRef` would need to have context information attached to it. That information is available in the compiler at the point the `FunctionRef` is...

> Our rationale is that only the visible CQL is able to be acted upon by the tester, and they shouldn’t be docked for something they cannot see. Yes, and...

Apologies for the delay. Are you seeing a scenario where the ELM is not used or ignored? It's _supposed to_ prioritize using the ELM if it's present current.

@c-schuler - Potentially resolved by #1476. Could you validate?