Open m910q opened 2 years ago
This happens when we don't run it in the x86_x64 Cross Tools Command Prompt for VS 2019
shell... which shouldn't be necessary. I suspect this broke when we removed the old valec.py, which (IIRC) set up a session that mimicked the cross tools command prompt.
Until I fix this, temporary workaround is to run in a x86_x64 Cross Tools Command Prompt for VS 2019
shell.
When building the following code on Windows:
Produces this error:
I did some testing:
cast.vale
,print.vale
andstr.vale
.vassert
calls since it is not available (it's inpanic.vale
)It still produces the same error. So the
Assertion failed!
seems to come from Midas. I searched the generatedBuild
folder forAssertion failed!
, and found nothing.