FirelyTeam / firely-cql-sdk

BSD 3-Clause "New" or "Revised" License
31 stars 17 forks source link

Some external functions don't compile #499

Closed EvanMachusak closed 2 months ago

EvanMachusak commented 3 months ago

This code:

library FuncTest version '1.0.0'

define function ToInteger(decimal System.Decimal) returns System.Integer: external

Causes a function to be created whose parameter name is nullable_@decimal, which is an invalid C# identifier.

ewoutkramer commented 2 months ago

@EvanMachusak - pretty sure I saw some code to fix this? Is there a PR?