MikolajKolek / toster

A simple-as-toast tester for C++ solutions to competitive programming exercises
MIT License
20 stars 2 forks source link

Use memfiles/tempfiles instead of pipes and reader threads #43

Closed dominik-korsa closed 6 months ago

dominik-korsa commented 7 months ago

This PR replaces all uses of the os_pipe crate with memfile/tempfile. (tempfile is only used on non-Linux builds)

dominik-korsa commented 7 months ago

Bug: Compilation errors aren't displayed