orthecreedence / cl-async

Asynchronous IO library for Common Lisp.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

process tests are not portable to windows

Plisp opened this issue · comments

process.lisp uses certain POSIX commands that will not function on windows. The tests should be platform conditionalized. Preferably a set of tests that work on windows should also be written.