Closed pmqs closed 7 years ago
Thanks. I guess this module has bitrotted quite a lot as the rakudo internals have changed quite a bit.
I'll take a look at this tomorrow. It's probably worth gettiing rid of all-loaded anyways since you can just do:
$*REPO.repo-chain.map(*.loaded).flat
or something similar now.
Fixed ;)
I make use of this module in Archive-SimpleZip. The Travis build for it was timing out in this module.
Cloned CompUnit::Util and triggered a Travis build to see where the problem is
Looks like this is the line from t/01-utils.t is causing the problem