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

projectile-configure-project fails for generic project type #1222

Closed
stephan-cr opened this issue Mar 11, 2018 · 0 comments
Closed

projectile-configure-project fails for generic project type #1222

stephan-cr opened this issue Mar 11, 2018 · 0 comments

Comments

@stephan-cr
Copy link
Contributor

Noticed the following bug while working with some generic project. I have a proposed patch for this and I'll make a PR soon.

Expected behavior

projectile-configure-project should show "Configure command: " for the generic project type, but instead ...

Actual behavior

projectile-configure-project fails with "Wrong type argument: stringp, nil".

Steps to reproduce the problem

  1. Open a generic project.
  2. Press C-c p C or M-x projectile-configure-project.

Environment & Version information

Projectile version information

M-x projectile-version: 0.15.0snapshot, commit: 40b01b9

Emacs version

25.1.1

Operating system

Debian Linux 9

stephan-cr added a commit to stephan-cr/projectile that referenced this issue Mar 11, 2018
The return value of `projectile-default-configure-command` is checked
for nil, since `format` doesn't accept nil format strings.
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