You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After running the test suite the following temporary files are left in the file system
diffcommand.tac
diffresult
rua_32.rb.csc
Any temporary files should be created in a temporary directory retrieved from the operating system, the same way that Shoaib's C backend works. They should also be deleted.
Perhaps a good way to do this is to have the file writers write to an ostream object? This is both more flexible for a user, and also allows the the test suite to insert a listener that does not require writing the data to disk.
The text was updated successfully, but these errors were encountered:
After running the test suite the following temporary files are left in the file system
Any temporary files should be created in a temporary directory retrieved from the operating system, the same way that Shoaib's C backend works. They should also be deleted.
Perhaps a good way to do this is to have the file writers write to an ostream object? This is both more flexible for a user, and also allows the the test suite to insert a listener that does not require writing the data to disk.
The text was updated successfully, but these errors were encountered: