Paul den Boer
Paul den Boer
A follow up on issue #202 . Eliminate the Graph project entirely. The only thing we really need is topological ordering. We could probably do that better with a simple...
* Expand CrossJoins to allow for multiple sources * Merge the functionality from SelectMany and CrossJoin
Heavily used in unit tests, so those should still work. Debatable if it is needed in public api at this stage at this stage. Must be going through some pipeline,...
Do not pass tuple types from the LibraryDefinitionBuilder to the AssemblyCompiler via the TypeManager. Should be an output from the former then be passed via the pipeline.
Predecessor issue #422 * `ExpressionBuilderContext.InvokeDefinedFunctionThroughRuntimeContext` when definitions are out of order * Fix unit tests - Find the `[Ignore("Will fix in https://github.com/FirelyTeam/firely-cql-sdk/issues/397")]` attributes from 4 unit tests and fix them...
Added age calculation tests 'CalculateAgeInXXXAt' to verify that a very old issue #56 is implemented.
Predecessor issue #477 - [ ] Follow instructions on wiki [Creating-Tags-and-Releases](https://github.com/FirelyTeam/firely-cql-sdk/wiki/Creating-Tags-and-Releases) - [ ] Update wiki and remove references to previous 2.0.1-alpha PR's and refer to this single one instead
Fixes for #397 and rework of previous PR #437 with additional bugfixes Copying description from PR #437 by @ewoutkramer > This PR enables the translation of FunctionRef/ExpressionRef to rely on...
Successor for issue #397 Split off these tasks from 397: - [ ] Fix unit tests - Find the `[Ignore("Will fix in https://github.com/FirelyTeam/firely-cql-sdk/issues/397")]` attributes from 4 unit tests and fix...