You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reason being is the module and its dependencies have been installed, so there is no reason to add lib to the repository chain. More importantly though is that it will end up with the module being precompiled twice: once on the install, and once again when the lib directory gets used (which is different from what just got installed).
The text was updated successfully, but these errors were encountered:
Just saw this on the Rakudo Weekly News, nice work!
I noticed one thing that I think could be improved: remove the use of
--lib
withprove6
.From this:
To this:
The reason being is the module and its dependencies have been installed, so there is no reason to add
lib
to the repository chain. More importantly though is that it will end up with the module being precompiled twice: once on the install, and once again when thelib
directory gets used (which is different from what just got installed).The text was updated successfully, but these errors were encountered: