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
Trying zef install --deps-only . fails because it can't install GTK::Simple. I mean, really:
===> Testing [FAIL]: GTK::Simple:ver<0.1.13>
Suggestions
Easy workaround is to install corresponding modules and stuff. But it's much better to debug the dependency list and eliminate this one, which is clearly not needed in this context (which is checking documentation correctness)
The text was updated successfully, but these errors were encountered:
Problem or new feature
Trying
zef install --deps-only .
fails because it can't install GTK::Simple. I mean, really:Suggestions
Easy workaround is to install corresponding modules and stuff. But it's much better to debug the dependency list and eliminate this one, which is clearly not needed in this context (which is checking documentation correctness)
The text was updated successfully, but these errors were encountered: