binast / binjs-ref

Reference implementation for the JavaScript Binary AST format

Home Page:https://binast.github.io/binjs-ref/binjs/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix usages of /tmp

RReverser opened this issue · comments

Bunch of tests in binjs_io as well as compare_compression example rely on /tmp/... for temporary files.

This is not cross-platform and should use tempdir crate which we already use in new test code.