samhocevar / lolremez

📈 Polynomial Approximations using the Remez Algorithm
Do What The F*ck You Want To Public License
397 stars 36 forks source link

Release 0.4 exe needs explicit stdout/stderr redirect #3

Closed jlauha closed 3 years ago

jlauha commented 7 years ago

Running lolremez.exe doesn't seem to "do" anything unless one explicitly redirects the stdout (and stderr).

This works but one has to inspect the txt files afterwards manually: lolremez >stdout.txt 2>stderr.txt

samhocevar commented 3 years ago

I know this is a very ancient bug, but I ensured the latest release (0.7) works properly in both cmd.exe and Powershell.