I observe some unexpected behaviour when trying to embark-act on files found using consult-projectile-find-file. Is the following a bug, something I've missed in my configuration? (I'm hoping it's not an unreasonable expectation.)
Steps
- Open a file in a project (I'm using
projectile), e.g. <proj root>/.github/workflows/test.yaml.
- Run
consult-projectile-find-file and find a file in another part of the project, e.g. <proj root>/tests/e2e-tests/runtest.sh.
- Run
embark-act on the file, and choose to delete it, i.e. pressing d (in my setup at least).
- Answer the question
Run delete-file on tests/e2e-tests/runtest.sh? (y or n) with 'y'.
Expected behaviour
The file <proj root>/tests/e2e-tests/runtest.sh is deleted from the filesystem.
Observed behaviour
What I get is a the following in the *Messages* buffer:
embark PCH: (error "Cannot <proj root>/.github/workflows/tests/e2e-tests/viswiz.sh to trash: Permission denied")