projectile
projectile copied to clipboard
Adding a .projectile file causes "projectile-invalidate-cache: Wrong type argument: hash-table-p, nil"
Expected behavior
Adding a .projectile file to the root of a project should not stop projectile-find-file from working.
Actual behavior
Adding a .projectile file (either empty or containing excluded directories) to the root of a project causes projectile-find-file to fail with "Wrong type argument: hash-table-p, nil"
Steps to reproduce the problem
Add a .projectile file
run projectile-find-file
Environment & Version information
Projectile version information
Projectile 2.7.0
Emacs version
Emacs 29.1.50, earlier also on Emacs 28
Operating system
Mac OS 12.6.7
I'm also hitting this issue. Do you have any workaround so far @jwr ?
Unfortunately, no. I learned to live with it and the pain of projectile-find-file listing a ton of irrelevant stuff.