<https://github.com/pulumi/pulumi/pull/22429> - th...
# contribute
b
https://github.com/pulumi/pulumi/pull/22429 - thank you a lot for this change. I was afraid I will have to do some float -> int conversions in codegen.
🙌 1
e
Well you probably will, I'm adding more tests to check that we get conversions in the right place including float<=>int conversions, but it will at least have a test to verify you've got it right.
b
😞
e
Sorry, there's some helpers in the Go codegen to work out all the places things need conversions adding, but if your parsing the PCL yourself you'll have to re-do that logic.
b
Fortunately I don't parse PCL - I serialize AST and some metadata