printfn / fend

Arbitrary-precision unit-aware calculator
https://printfn.github.io/fend
MIT License
633 stars 51 forks source link

Cannot run fend from git bash on Windows #161

Open printfn opened 2 years ago

printfn commented 2 years ago
$ cargo run
     Running `target\debug\fend.exe`
I/O error: operation failed to complete synchronously
error: process didn't exit successfully: `target\debug\fend.exe` (exit code: 0xc0000409, STATUS_STACK_BUFFER_OVERRUN)
printfn commented 1 year ago

Tried to reproduce on v1.2.2, it's now broken in a different way: the prompt > doesn't render at all, and Ctrl-C/Ctrl-D doesn't seem to work as expected. At least it no longer seems to crash.