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
Running bots without zstd leaves lock dirs behind #316
Comments
|
I changed the detection of ZSTD to the beginning of the file, and I'm getting this error now: I got that error before, when zstd was not installed... So I don't really know if that's the thing. Maybe an independent test somewhere else? |
|
FWIW I'm against early detection. Some bots (e.g. Notable) don't need zstd at all, and unicodable does not need it in most cases. Maybe one way to do it is to write a helper sub somewhere here, and call it from all bots that need zstd. Note that another dependency is |
|
You can insert detection code in those bots. The problem if you don't do
that is that you will get weird errors down the line. I'll see if I can do
what you suggest.
|
|
Testable is probably not a good place, since it's, well, only in the test directory. |
So? Meaning that if you run tests, you'll get an error relatively early. If you run something like |
@sylints++ for the finding.
Here's some explanation:
https://github.com/perl6/whateverable/blob/031cf5de521ba1002ab7379bedc6b432213de194/lib/Whateverable.pm6#L393-L416
The text was updated successfully, but these errors were encountered: