HaxeFoundation / haxe

Haxe - The Cross-Platform Toolkit
https://haxe.org
6.14k stars 656 forks source link

[macro] Catch eval runtime failures when decoding #11633

Closed kLabz closed 5 months ago

kLabz commented 5 months ago

Also catches the error at field level instead of the whole array of fields in case of a build macro, reducing decoding_error.txt output.

See #11632