We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Noticed the following bug while working with some generic project. I have a proposed patch for this and I'll make a PR soon.
projectile-configure-project should show "Configure command: " for the generic project type, but instead ...
projectile-configure-project fails with "Wrong type argument: stringp, nil".
C-c p C
M-x projectile-configure-project
M-x projectile-version: 0.15.0snapshot, commit: 40b01b9
M-x projectile-version
25.1.1
Debian Linux 9
The text was updated successfully, but these errors were encountered:
[Fix bbatsov#1222] Don't pass nil format string to format
format
a5457ba
The return value of `projectile-default-configure-command` is checked for nil, since `format` doesn't accept nil format strings.
71fb4a0
No branches or pull requests
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
C-c p C
orM-x projectile-configure-project
.Environment & Version information
Projectile version information
M-x projectile-version
: 0.15.0snapshot, commit: 40b01b9Emacs version
25.1.1
Operating system
Debian Linux 9
The text was updated successfully, but these errors were encountered: