ocaml / flexdll

a dlopen-like API for Windows
Other
97 stars 30 forks source link

Ensure commands always silent for MSVC #80

Closed dra27 closed 2 years ago

dra27 commented 4 years ago

If a command is routed through bash because it's too long, the fact it's meant to be piped to NUL is forgotten. Ensure the bash command is piped to >/dev/null (with the slightly tedious recovery of the script needed if the command fails).

68 needs to be merged first, because it corrects a magic number in this PR

dra27 commented 3 years ago

Rebased and I think ready to merge?