Simon Krajewski

Results 881 comments of Simon Krajewski

I agree that we need 64 bit literals but I don't think it's gonna happen before Haxe 4.

IMO this isn't worth the trouble. There are likely subtle differences here which would cause problems down the line, so I prefer to keep things as they are.

Could you update this branch? I'd like to see the exact cpp error.

After talking with @yuxiaomao we agreed that C++ is actually correct here because we basically test `null >= null` and that should be true, not false. That means that both...

I'll be happy to assist you in this quest, but it will be quite difficult for me to reliably infer much from here. Most data on evalContext.ml `context` itself is...

Sounds like those are separate issues to address regardless of what we end up finding here. GC heap words is interesting because `get_memory_json` does have a `Gc.compact()` call, so this...

I think what you mean is `live_words`. It might be a good idea to add that to the JSON output as well.

Maybe I have to RTFM again, don't know what's going on with the live words... (Edit: Ah, just saw you next comment, makes sense!) But this is useful information, so...

Let's keep this open, I want to investigate why the stack frames aren't popped in the first place.

I suppose our compare function isn't really valid when it comes to instances or `Class`. We end up using Reflect.compare on the enum constructor arguments and that's unspecified for anything...