This channel is intended for people just starting with the Raku Programming Language (raku.org). Logs are available at irclogs.raku.org/raku-beginner/live.html
Set by lizmat on 8 June 2022.
deoac Can I use zef to list which of my installed distributions need to be upgraded (without actually upgrading them)? 15:28
dakkar `zef --/test --/build --dry upgrade` might give you some approximation of that 15:41
deoac dakkar Thanks - I didn't notice the --dry flag. 16:28
dakkar notice that `--dry` only prevents *installation*
if you only use that, zef will fetch+build+test everything 16:29
just not install anything
deoac dakkar Right, with the other flags you suggested, I get exactly the list I want.  Though I takes longer than I expected. 16:32