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

"Wrong type argument: hash-table-p, nil" when running projectile-find-file with enable-caching on #1900

Open
elondres-mim opened this issue Aug 23, 2024 · 0 comments

Comments

@elondres-mim
Copy link

Expected behavior

projectile-find-file works

Actual behavior

Wrong type argument: hash-table-p, nil printed in minibuffer

Steps to reproduce the problem

I have the following use-package setup:

(use-package projectile
  :bind-keymap ("C-c p" . projectile-command-map)
  :config (setq projectile-enable-caching t))

When I navigate to a project (git repo directory root) and enter C-c p f I get the error message.

Environment & Version information

Projectile version information

20240814.1854

Emacs version

GNU Emacs 30.0.60

Operating system

x86_64-apple-darwin23.5.0 (macOS Sonoma 14.6.1)

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

No branches or pull requests

1 participant