ugexe / zef

Raku Module Management
Artistic License 2.0
206 stars 44 forks source link

Feature request: Have option "--serial" be the default for commands "install" and "upgrade" #528

Closed tbrowder closed 10 months ago

tbrowder commented 10 months ago

Since discovering option '--serial', I always use it. It seems to make the whole process much easier (and maybe faster).

ugexe commented 10 months ago

What does it make easier? I would think the only thing it makes easier is installing distributions that have a misconfigured dependency somewhere.

By definition it can’t be faster - it being serial would prevent certain types of optimizations (like how it can be parallelized) less practical (or even impossible).

tbrowder commented 10 months ago

Okay, maybe the misconfigured distros are what I'm thinking about. Thanks.