Simon Krajewski

Results 882 comments of Simon Krajewski

I'm not sure. We do that in Haxe for errors and it has gotten a bit messy.

Any suggestions for a representation?

This is giving me a bit of a headache. I checked how roslyn does it: They tokenize a single string token (like we do now), then create a fresh scanner/parser...

@ncannasse Should this be merged? I'm happy to handle the hxcpp and Haxe side of this, but we need a decision for HL first.

I'm currently looking into adding (some of these) tests. Using the yield implementation from our misc tests makes quite a few things work already. Some observations: * The tests expect...

Ok so it seems like `@:yield break` is actually just supposed to be `return`. As in actual return, not yield-return. I replaced all occurrences and the tests pass. Other than...

CI is just completely broken at the moment it seems.

I'm lowkey nervous about using this quite new overload mechanism on something important like Vector, but I guess it's a good thing because we'll know if it goes wrong very...

I don't think this is a Haxe issue, and if it is, we'll need some isolated example. We actually run tink_core as part of our CI, so any general problem...