Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

windows: cryptic: The parameter is incorrect #597

Closed
timotheecour opened this issue Feb 18, 2021 · 1 comment
Closed

windows: cryptic: The parameter is incorrect #597

timotheecour opened this issue Feb 18, 2021 · 1 comment

Comments

@timotheecour
Copy link
Owner

links

2021-02-18T07:59:07.5357266Z CC: testament.nim
2021-02-18T07:59:08.2501771Z Hint:  [Link]
2021-02-18T07:59:08.4436459Z Hint: 114029 lines; 8.303s; 180.617MiB peakmem; Debug build; proj: testament\testament; out: D:\a\1\s\testament\testament.exe [SuccessX]
2021-02-18T07:59:08.4438342Z Hint:  D:\a\1\s\testament\testament.exe --batch:0_3 all -d:nimCoroutines [Exec]
2021-02-18T07:59:08.4471471Z oserr.nim(94)            raiseOSError
2021-02-18T07:59:08.4472636Z Error: unhandled exception: The parameter is incorrect.
2021-02-18T07:59:08.4473581Z  [OSError]
2021-02-18T07:59:08.4705745Z FAILURE
2021-02-18T07:59:08.4871228Z ##[section]Finishing: Run CI
@timotheecour
Copy link
Owner Author

timotheecour commented Feb 18, 2021

fixed by making sure there's no space before command in windows in this:

execExternalProgram(conf, cmdPrefix & output.quoteShell & ' ' & conf.arguments)

in nim-lang#16871

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant