Simon Krajewski

Results 881 comments of Simon Krajewski

Actually that must mean there are two problems: the inner loop should have `break` instead of `_G.error("_hx_pcall_break", 0)`, but that check at the bottom should also not exist because we're...

Example 1 should be this: ```haxe while(true) { try { while (true) { if (Math.random() > 0.5) { trace("ok"); break; } } trace("does this print?"); } catch (e:Dynamic) {} }...

The problem is that the class has no structure yet because we never execute the `if ctx.pass = PTypeField then flush_pass ctx.g PConnectField ("load_module",fst m @ [snd m]);` code in...

I don't know why all issues about Context.defineModule confuse me so much that I never quite understand what exactly you guys want. It has arguments for import and using now,...

I wish we could change the callback type of onTypeNotFound to `String -> Null` instead of `String -> TypeDefinition`...

There were reasons for changing `@:genericBuild` macros to return ComplexType instead of Type. I don't remember these reasons right now but my guess is they would apply here as well.

I'm curious, does `@:deprecated` work on fromLegacyVersion?

Well, the last comment was me asking something so I guess I was waiting for a reply. I still think changing the return type to `Null` is the way to...