Simon Krajewski

Results 881 comments of Simon Krajewski

The hxcpp PR has been merged, please update the branch.

@klabz Could you check if we can merge this with #12127?

I'm not seeing that in vscode output: ``` Processing Arguments [--cwd,c:/git/haxerepro,-D,display-details,--no-output,--times,-D,macro-times,build.hxml,--interp,--display,{"jsonrpc":"2.0","id":41,"method":"display/hover","params":{"file":"c:/git/haxerepro/source/Main.hx","contents":"package;\n\nabstract State({}) from {} {\n\tpublic function new() {\n\t\tthis = {};\n\t}\n\n\t@:op(a.b) function get(key:String):Any {\n\t\treturn key;\n\t}\n\n\t@:op(a.b) function set(key:String, value:Any):Any {\n\t\treturn \"set\" +...

What's the status here? I'd be happy to give it a try!

I somehow thought this was already working and probably said so in my talk too. Oh well!

... of course it would be better if we picked a syntax that was actually valid though. We need to be in type-hint mode for this in order to parse...

This will need an update after the gencpp.ml refactoring.

I just tried running this locally and have some problem with `--cwd` being passed to haxelib: ``` C:\git\haxe>make -f Makefile.win haxelib HAXE_STD_PATH=./std ./haxe.exe --hxb-lib extra/haxelib_src/haxelib_hxb.zip --run haxelib.client.Main config > /dev/null...

My problem came from using a haxelib version from the cold war era, after updating that it now works properly.

~This should fail in some way because you're trying to define a type that already exists, but the error message isn't ideal.~ I misread that code, let me try again......