zdharma-continuum / zinit

🌻 Flexible and fast ZSH plugin manager
MIT License
2.73k stars 122 forks source link

fix: compile command logic when using `id-as` ice #619

Closed vladdoster closed 4 months ago

vladdoster commented 5 months ago

Description

Fixes issue where plugins using id-as ice would not not be correctly handled when running zinit compile --all. Compiling a single plugin worked, but the logic for compiling all plugins was broken.

Additionally, this cleans up the log message logic to reflect what is actually done.

Screenshot 2024-01-13 at 05 55 15 Screenshot 2024-01-13 at 06 08 57

Related Issue(s)

Motivation and Context

Usage examples

How Has This Been Tested?

Types of changes

Checklist: