HaxeFoundation / haxe

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

Eval compiler exception when building hxb #11693

Open PXshadow opened 2 weeks ago

PXshadow commented 2 weeks ago
   | Haxe: 5.0.0-alpha.1+c850b65; OS type: unix;
   | File "src/macro/eval/evalExceptions.ml", line 90, characters 20-27
   | Called from file "src/macro/eval/evalExceptions.ml", line 93, characters 15-26
   | Called from file "src/option.ml" (inlined), line 25, characters 14-17
   | Called from file "src/macro/eval/evalExceptions.ml", line 123, characters 2-44
   | Called from file "src/typing/macroContext.ml", line 806, characters 9-83
   | Called from file "src/typing/macroContext.ml", line 964, characters 8-23
   | Called from file "src/typing/callUnification.ml", line 478, characters 15-65
   | Called from file "src/typing/calls.ml", line 284, characters 10-29
   | Called from file "src/typing/typer.ml", line 1816, characters 14-50
   | Called from file "src/typing/typer.ml", line 2009, characters 10-48
   | Called from file "src/typing/typer.ml", line 1896, characters 10-35
   | Called from file "src/typing/callUnification.ml", line 49, characters 11-58
   | Called from file "src/typing/callUnification.ml", line 42, characters 3-7
   | Called from file "src/typing/callUnification.ml", line 156, characters 12-33
   | Called from file "src/typing/callUnification.ml", line 157, characters 9-21
   | Called from file "src/typing/callUnification.ml", line 157, characters 9-21
   | Called from file "src/typing/callUnification.ml", line 179, characters 14-26
   | Called from file "src/typing/callUnification.ml", line 295, characters 5-74
   | Called from file "src/typing/callUnification.ml", line 381, characters 26-49
   | Called from file "src/typing/callUnification.ml", line 453, characters 12-62
   | Called from file "src/typing/calls.ml", line 284, characters 10-29
   | Called from file "src/typing/typer.ml", line 1816, characters 14-50
   | 

I can try to isolate the issue if needed, let me know.

kLabz commented 1 week ago

Same as #11679

PXshadow commented 1 week ago

Ah thank you, feel free to close then or tie them together.