Closed thibaultduponchelle closed 3 years ago
Could be getting swallowed up here: https://github.com/ugexe/zef/blob/3c756183d9490cf6ffe8a854e09b526aab22cd65/lib/Zef/Repository.pm6#L23
a naive solution might be to change it to
my @unsorted-grouped-candis = @unsorted-candis.categorize({.as}).values;
but I suspect that could have some edge cases around when .as
is a name and not a uri (e.g. zef install $url
or zef install $path
)
(I only tested with url)
Hello :smiley:
zef
says "Failed to resolve some missing dependencies" when installing multiple modules in one time but installs them well when install one after the other.This 3 lines one after the others are working OK :
But gathering all in one ends in error ("Failed to resolve some missing dependencies"):
I think it is because
sparky
requires Data::Dump:ver<2.0.0+> whenSparrow6
requires Data::Dump:ver<1.0.0>.Expected Behavior
I expect to have the modules installed as they are when typing independent commands.
Actual Behavior
"Failed to resolve some missing dependencies"
Environment
Thank you
Thibault