savi-lang / savi

A fast language for programmers who are passionate about their craft.
BSD 3-Clause "New" or "Revised" License
153 stars 12 forks source link

Call `pony_os_stdout_setup` at the start of a Savi program. #481

Closed jemc closed 3 weeks ago

jemc commented 3 weeks ago

This sets up proper buffering for stdout and stderr. Without this, program output piped to files may behave poorly.