aduros / flambe

Rapidly cook up games for HTML5, Flash, Android, and iOS.
https://github.com/aduros/flambe/wiki
MIT License
745 stars 118 forks source link

Fixes for haxe 3.2 release #342

Closed NoxHarmonium closed 9 years ago

NoxHarmonium commented 9 years ago

Haxe 3.2 has just been released which is causing javascript builds to fail. After fixing the errors myself I released that somebody had already done it at https://github.com/aduros/flambe/commit/ec084011873cf16635f4e2a77cc0d2dc6c58625d

Although reading that commit left me wondering if, as there is a XMLHttpRequestResponseType enum that is returned by the xhr.responseTypefield, it might be safer to use that than label the variables as untyped.

If not feel free to close this!

Also by any chance do you have an ETA on when the latest version of Flambe will be pushed to haxelib?

Cheers!

NoxHarmonium commented 9 years ago

Well that is embarrassing. It works on my machine when I build my game but maybe XMLHttpRequestResponseType is only available on certain platforms. I think I'll close the pull request for now and do some investigation.