projectile icon indicating copy to clipboard operation
projectile copied to clipboard

Prefix arg for `projectile-invalidate-cache` does not list projects

Open dakrone opened this issue 8 years ago • 10 comments

When I do a C-u C-c p i to invalidate a project's cache, projectile does not list any projects at all. I can still use it without a prefix argument if I am already in a project, but I'm trying to remove a project entirely from the cache list as mentioned in #102

dakrone avatar Sep 02 '15 22:09 dakrone

+1

m11m avatar Nov 10 '15 20:11 m11m

What's the value of projectile-projects-cache for you?

bbatsov avatar Dec 20 '15 10:12 bbatsov

(hash-table-count projectile-projects-cache) 0

So we either have to remove it from projectile before removing the files from the filesystem, or start over with a projectile-clear-known-projects?

Probably I'm missing some important detail...

m11m avatar Jan 26 '16 19:01 m11m

For me: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8 data ()) (so the same, empty hash-table)

dakrone avatar Feb 22 '16 07:02 dakrone

I just discovered projectile-remove-known-project interactive function for that. Works for me.

4e6 avatar Aug 31 '17 09:08 4e6

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contribution and understanding!

stale[bot] avatar May 08 '19 18:05 stale[bot]

I'm still seeing this, so I'm commenting to leave this open since it's not stale.

dakrone avatar May 08 '19 22:05 dakrone

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contribution and understanding!

stale[bot] avatar Aug 07 '19 01:08 stale[bot]

This issues been automatically closed due to lack of activity. Feel free to re-open it if you ever come back to it.

stale[bot] avatar Nov 05 '19 02:11 stale[bot]

@bbatsov This bug is no longer reproducible. It should be closed. Screenshot from 2022-06-05 08-10-40

ksinkar avatar Jun 05 '22 06:06 ksinkar