New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use File::Temp, not .pick #1062
Comments
|
I haven't looked at the recent commit, but I've run into a problem with File::Temp before (perlpilot/p6-File-Temp#18) and suggest someone make sure that won't be an issue with the way it's used here. |
|
While we're in there, we should also not use 'pyg' anymore, since we're using highlights now. |
|
There's also https://github.com/zoffixznet/perl6-Temp-Path |
|
We already have a dep on File::Temp, in use by one of the test files. |
We're currently relying on a random number to generate a temp file. Should use the ecosystem module.
The text was updated successfully, but these errors were encountered: