REGnosys / rosetta-code-generators

Write code generators for any language, based on the rosetta DSL
Apache License 2.0
17 stars 33 forks source link

Python generator does not implement all Rosetta expressions #246

Open SimonCockx opened 1 year ago

SimonCockx commented 1 year ago

The Python generator currently crashes whenever a condition contains an expression it doesn't support, such as extract or distinct. We should consider implementing the RosettaExpressionSwitch class to make sure all expressions are implemented, and to make sure we don't miss one in the future.

hugohills-regnosys commented 1 year ago

https://github.com/finos/common-domain-model/pull/2297