Closed stefano-m closed 8 years ago
helm-projectile
needs to be updated to drop dash.el
as well.
comment this out temporarily
(helm-projectile-on)
I think this issue is fixed by #45.
Yes!, I have updated to 20160902.2236
and is working well again.
Thanks @syohex !
Unfortunately, I can still reproduce the issue with helm-projectile-20160902.2236, using the same steps as @stefano-m.
Using Emacs 24.5.1 on Windows.
Is byte-compiled file updated ? Please uninstall and reinstall and try again.
Manually deleting the .elc files does seem to have done the trick. I did run byte-recompile-directory before, which didn't solve the problem, and the .elc file had timestamps that suggested they were updated, but there's probably something I don't get about how Emacs loads code...
Thanks anyway!
After updating to the latest
projectile
, callinghelm-projectile-on
fails withI believe that this is due to the change introduced by https://github.com/bbatsov/projectile/pull/1046
To reproduce, launch a minimal Emacs with helm using the
emacs-helm.sh
script provided by thehelm
package and then load the following code:I am using the following packages from MELPA
helm-projectile-20160807.313
projectile-20160830.138
helm-20160830.137
with GNU Emacs 24.5.1.
To make the error go away I need to force byte-compilation of
helm-projectile
: