-
Notifications
You must be signed in to change notification settings - Fork 7
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
No files for compliation found #4
Comments
Zinit by default attempts to compile a plugin before the When using zdharma-continuum/null, Zinit throws that error by default due to no files being available to compile, this may be a bug/feature introduced at some point as I believe Zinit used to not throw this error when using zdharma-continuum/null The cache generation in z-a-eval runs during the zinit lucid wait has'pyenv-virtualenv-init' eval'pyenv virtualenv-init -' nocompile'!' id-as'pyenv-venv1' for @zdharma-continuum/null Regardless the message is harmless as the cache is still being sourced during a plugin load and Zsh always uses the compiled version when it is available. I'll do some research to see if there is anything I can do about the error but the above should solve your problem if you care about hiding that error message. |
Great, thank you! I'll leave the ticket open for your investigation, but your workaround worked successfully. |
I notice the "No files for compilation found" warning when using the
eval
ice. However, thezwc
file does exist:ls $HOME/.local/share/zinit/plugins/pyenv-venv1 LICENSE.md evalcache.zsh evalcache.zsh.zwc readme.md
Is there a way to make sure zinit loaded the complied version? Is this error benign / can it be fixed?
The text was updated successfully, but these errors were encountered: