syl20bnr / spacemacs

A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim!
http://spacemacs.org
GNU General Public License v3.0
23.69k stars 4.89k forks source link

Unable to open recent project using SPC p p. (develop branch) #9278

Closed zer09 closed 7 years ago

zer09 commented 7 years ago

Description :octocat:

Unable to open recent project using SPC p p

Reproduction guide :beetle:

Observed behaviour: :eyes: :broken_heart: It will show You’re not in a project

Expected behaviour: :heart: :smile: It should open the project

System Info :computer:

Backtrace :paw_prints:

Debugger entered--Lisp error: (error "You’re not in a project")
  signal(error ("You’re not in a project"))
  error("You're not in a project")
  projectile-project-root()
  projectile-dirconfig-file()
  projectile-maybe-invalidate-cache(nil)
  counsel-projectile-find-file()
  projectile-switch-project-by-name("~/.emacs.d/" nil)
  #[(dir) "\302    \"\207" [dir arg projectile-switch-project-by-name] 3]("~/.emacs.d/")
  ivy-call()
  ivy-read("[-] Switch to project: " ("~/.spacemacs.d/" "~/.emacs.d/") :preselect nil :action #[(dir) "\302    \"\207" [dir arg projectile-switch-project-by-name] 3] :require-match t :caller counsel-projectile-switch-project)
  counsel-projectile-switch-project(nil)
  funcall-interactively(counsel-projectile-switch-project nil)
  call-interactively(counsel-projectile-switch-project nil nil)
  command-execute(counsel-projectile-switch-project)
AlexArrufat commented 7 years ago

I have observed the same behavior, I think this is related to #9277

d12frosted commented 7 years ago

Closing this one in favour of #9277.