mratsim / constantine

Constantine: modular, high-performance, zero-dependency cryptography stack for verifiable computation, proof systems and blockchain protocols.
Other
413 stars 44 forks source link

Nim 2.2: asynctools/Nimscript on windows The system cannot find the path specified #475

Closed mratsim closed 1 month ago

mratsim commented 1 month ago

See CI

image https://github.com/mratsim/constantine/actions/runs/11186372764/job/31101267565#step:34:36

It seems like writeFile in Nimscript on Windows, doesn't write a file anymore or the error refers to the executable. One possibility is the .exe needs to be explicitly appended now?

mratsim commented 1 month ago

This might be another pipe regress: https://github.com/nim-lang/Nim/issues/23118, it's at least the same error message.

mratsim commented 1 month ago

Workaround in #476. It's https://github.com/nim-lang/Nim/issues/23118 again so we redo #323