Results 281 comments of soywiz

Hello. Sorry for the delay. No work on that at this point. Though PRs are welcome!

This commit allows to dynamically access JS from kotlin: https://github.com/jtransc/jtransc/commit/5ad216b0ef5896d2fab97275e94ac6db99a76109

Korio, Korim and Korui already uses this and looks really promising: https://github.com/soywiz/korio/blob/7f87d93ccfcab7a60f665c5f8b532ef91856a948/korio/src/com/soywiz/korio/vfs/js/BrowserJsUtils.kt https://github.com/soywiz/korim/blob/c83e2bd12fb45f940446355ec89d7c9b7e83c20c/korim/src/com/soywiz/korim/html/HtmlImage.kt https://github.com/soywiz/korui/blob/a47826912c1949c003fb258e4e1345c8304c061c/korui/src/com/soywiz/korui/light/html/HtmlLightComponents.kt Even when you don't have typed security, you can use it untyped which is ok in...

But still not working on travis. Ubunto doesnt seem to have the microwoft compiler. I will try to dump versions of mono. And will download sourcecode to debug whats happening...

I have created a bug report: https://bugzilla.xamarin.com/show_bug.cgi?id=58600

The bug report has been confirmed. It seems to be related to gotos. So I have two options. Keep C# tests disabled for now until fixed and then just use...

@SergeyLabutin `HaxeTest > testBigCpp FAILED` happens here too. But I don't know why it doesn't happen on master

Cool :) 030: Finalizers could be supported, but just on some targets directly (C++, C#, Java, Flash, PHP). Javascript won't allow to do this, even with WeakMaps I tried to...

Yep I wanted do to do it. But also it would be cool to run them in parallel, since for example C++ could take much longer due to compilation times....

Great. I think the reflection is fine, if it works :)