You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: