Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
2 tasks done
z0rc opened this issue Feb 10, 2023 · 2 comments
Closed
2 tasks done

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

z0rc opened this issue Feb 10, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@z0rc
Copy link

z0rc commented Feb 10, 2023

Is there an existing issue for this?

  • I have searched the existing issues

Update the issue title

  • I have updated the title

Expected Behavior

No bindary .zwc files present in repo. Follow-up to #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

@z0rc z0rc changed the title [Bug report] One more .zwc in repo present [Bug report] One more .zwc in repo remains Feb 10, 2023
@olets olets added bug Something isn't working and removed needs triage labels Feb 10, 2023
@olets
Copy link
Owner

olets commented Feb 11, 2023

Thanks for catching that and letting me know!

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

@olets
Copy link
Owner

olets commented Feb 11, 2023

And 🎉 inaugural use of the issue form. Neat

@olets olets closed this as completed Feb 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

No branches or pull requests

2 participants