Clément Charmet

Results 140 comments of Clément Charmet

@andyli I'll see how we can do; I can probably setup an FTP access or something so one can `rsync` for a better migration.

I haven't taken the time to export the current try.haxe.org snippets yet, since as far as I understand, they're not critical in the transfer process right now. It can be...

Thanks Jeff, we'll keep you posted :) Anybody else ? By help I really meant actually writing it under SL's supervision (we can give key point, etc)

Mh all I know is these lines are generated with this macro: https://github.com/clemos/haxe-js-kit/blob/develop/util/CopyMethods.hx#L31 I guess fun.expr should be nulled somewhere

You may want to try to just add `expr: null` as part of `var f = { ... }` initial assignment. The rest of the code should correctly overwrite expr...

You're right. You may try ``` if ( method != verb ) { ... } else { fun.expr = null; } ```

I think it should work, actually. Do you have a reproductible sample ?

I started `haxe-js-kit` before there was `@:jsRequire`, that's why it includes its own `require` mechanism, for example here: https://github.com/clemos/haxe-js-kit/blob/develop/js/npm/socketio/Server.hx#L8 It's a macro that uses `@:jsRequire` under the hood (replaces `implements...

We need to remove `promise/Promise` from `js/JQuery.hx` because of haxe std changes: https://github.com/HaxeFoundation/haxe/blob/development/std/js/JQuery.hx https://github.com/HaxeFoundation/haxe/blob/development/std/js/Promise.hx Can you please make a PR ?

Might work, now ?