FirelyTeam / firely-cql-sdk

BSD 3-Clause "New" or "Revised" License
28 stars 16 forks source link

Fix rebuild of demo projects #450

Open baseTwo opened 1 month ago

baseTwo commented 1 month ago

None of the demo projects are able to rebuild as a result of PR #437

Examples:

20>Hl7.Cql.Abstractions.Exceptions.CqlException`1[Hl7.Cql.Compiler.ExpressionBuildingError]: FunctionRef FHIRHelpers.ToString has no result type specifier or result type name.
20> Expression Path #GaWjhiOA:
20> * LibrarySet named 'C:\Dev\firely-cql-sdk\Demo\Measures.Authoring\Elm'
20> * Library named 'SupplementalDataElements-3.4.000'
22>Hl7.Cql.Abstractions.Exceptions.CqlException`1[Hl7.Cql.Compiler.ExpressionBuildingError]: FunctionRef FHIRHelpers.ToInterval has no result type specifier or result type name.
22> Expression Path #FRcKDdih:
22> * LibrarySet named 'C:\Dev\firely-cql-sdk\LibrarySets\Demo\Elm'
22> * Library named 'MATGlobalCommonFunctionsFHIR4-6.1.000'

Since I'm blocked I will revert back until the commit that causes the issues

baseTwo commented 1 month ago

Closed this investigation. I'm going to revert the entire previous PR #437. This means the related issues (#397, #410, #442 and #443 ) will be undone and moved back to TODO. My focus is now to get the proper testing pipeline in place first, before we can pick up any other ticket (edited).

baseTwo commented 1 month ago

Re-opened. I will undo the work in PR #437