rapidcheck icon indicating copy to clipboard operation
rapidcheck copied to clipboard

RC_PARAMS doesn't seem to work on windows 10 powershell

Open ChopsII opened this issue 5 years ago • 2 comments

After some digging around, it seems that _dupenv_s, and the entire concept of accessing a programs own environment variables, have been done away with in UWP.

https://docs.microsoft.com/en-us/cpp/c-runtime-library/reference/dupenv-s-wdupenv-s?view=vs-2019

Suggest to provide a file-based alternative configuration method?

ChopsII avatar Sep 28 '20 07:09 ChopsII

cmd still works fine, however

ChopsII avatar Sep 28 '20 07:09 ChopsII

would changing out _dupenv_s to std::getenv fix the issue? note that the main dev doesn't really work on RC anymore (though he might accept pull requests?).

jonathan-hopkins avatar Oct 05 '20 14:10 jonathan-hopkins