olets / zsh-abbr

The zsh manager for auto-expanding abbreviations, inspired by fish. ~13,000 unique cloners as of May '24, 580+ Homebrew installs 6/23-6/24
https://zsh-abbr.olets.dev
Other
510 stars 18 forks source link

[Bug report] One more .zwc in repo remains #73

Closed z0rc closed 1 year ago

z0rc commented 1 year ago

Is there an existing issue for this?

Update the issue title

Expected Behavior

No bindary .zwc files present in repo. Follow-up to https://github.com/olets/zsh-abbr/issues/65

Actual Behavior

https://github.com/olets/zsh-abbr/blob/main/tests/tests.plugin.zsh.zwc is present in repo.

Steps To Reproduce

  1. git clone ...
  2. {
       emulate -LR zsh
       setopt local_options extended_glob
       autoload -Uz zrecompile
       for plugin_file in zsh-abbr/**/*.zsh{-theme,}(#q.); do
           zrecompile -pq "${plugin_file}"
       done
    }
  3. depending on zsh version and architecture, there will be diff for tests/tests.plugin.zsh.zwc

Environment

Irrelevant.

Installation method

Manual

Installation method details

git clone

Anything else?

No response

olets commented 1 year ago

Thanks for catching that and letting me know!

Fix released in https://github.com/olets/zsh-abbr/releases/tag/v4.9.2

olets commented 1 year ago

And 🎉 inaugural use of the issue form. Neat