On 8/10/16, 12:24 PM, "Harbs" <harbs.li...@gmail.com> wrote:
>Alex, > >What’s the state of the implicit coercions in Falcon? > >Should I give it another try? I pushed an update last night. In theory it only adds coercions on assignments. It will call Language.string() to do the conversion, so if you are working in the sprite branch you will need to sync that change from flex-asjs's develop branch. And it should support @flexjsnoimplicitstringconversion to suppress the Language.string calls. I didn't change the Number() logic. I considered checking for XML expressions and just calling toString(), but didn't implement that. -Alex