Alex Walley

Results 3 issues of Alex Walley

In src/java/cql-to-elm-cli/src/main/java/org/cqframework/cql/cql2elm/cli/CqlTranslator.java: all outputs are directed to standard error, making it impossible to check for actual errors (the program will always report failing even on success) ![image](https://user-images.githubusercontent.com/10475866/194600565-73d65270-e20b-426e-a514-8073e85f025a.png) There are also...

bug

Changes unnecessary System.Error.println commands to System.out.println so that developers can easily determine if translation completed successfully.

![image](https://github.com/EpicGamesExt/raddebugger/assets/10475866/fe06b723-e069-44d5-9f16-1cf4fbb7c751) The program stalls when I try to evaluate this expression in the watch window. The same happens when I try to use it as a conditional statement. `context.entry_stack_first.v.resource.resourceType ==...

Bug