haxe icon indicating copy to clipboard operation
haxe copied to clipboard

Compiler hanging after std file diagnostic

Open RblSb opened this issue 6 months ago • 8 comments

When you have "haxe.diagnosticsPathFilter": ".*?" in your vscode settings.json.

Try to go to definition on Bytes and haxe will be in dead loop.

function main() {
	trace(haxe.io.Bytes.alloc(0));
}
-cp src
-main Main
--js bin/main.js

Full project: aendless.zip

RblSb avatar May 25 '25 15:05 RblSb