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

Error "Symbol’s value as variable is void: helm-source-projectile-projects" #16807

Closed
svenpanne opened this issue Jan 27, 2025 · 4 comments
Closed

Comments

@svenpanne
Copy link

helm-projectile had an incompatible API change yesterday: bbatsov/helm-projectile@9db7976, so helm-source-projectile-projects is gone, breaking various project-related functionality. It's still used in layers/+completion/helm/packages.el, so this has to track the API change, I guess.

@sunlin7
Copy link
Contributor

sunlin7 commented Jan 27, 2025

The change bbatsov/helm-projectile@9db7976 has issue bbatsov/helm-projectile#184 , that mean helm-projectile currently not work from its self.

Wait for the upstream actions. Then we can make some changes to work with the latest one.

@fnussbaum
Copy link
Collaborator

This is now fixed upstream in bbatsov/helm-projectile#182, and the fix should appear on MELPA soon.
In the meantime, one can either roll back the package update in Spacemacs, or add the following to dotspacemacs-additional-packages and update to get the new version a few minutes or hours sooner:

(helm-projectile :location (recipe :fetcher github :repo "bbatsov/helm-projectile"))

(Alternatively, switch to the compleseus layer 😉)

This is an instance where a delayed package mirror (as suggested in #16775) would likely have prevented the problem.

@fnussbaum
Copy link
Collaborator

The update is available on MELPA now, so updating packages should fix the issue.

@tuxayo
Copy link

tuxayo commented Jan 27, 2025

Confirmed! :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants