This repository has been archived by the owner on Sep 25, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
replace open() by nqp:: ops
This is needed because open() thinks the CC we invoke sits in our CWD. Since this is not the case and it is hard to figure out where a binary is (especially on windows), we need re-implement 95% of open's magic.
- Loading branch information