-
Notifications
You must be signed in to change notification settings - Fork 15
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
Relative phpstan executable generates elisp errors. #10
Comments
I looked into it and discovered that this is the one case in which |
@zonuexe If we get an empty string back then would |
GitHub-Issue: 10 #10 This is a simple mistake. This function requires a string list, this pattern assigns just a string to the variable. Since a character string is a type of sequence, the append function treats it as a vector of char(int) instead of type error. This issue was reported by @kwvanderlinde, thanks!
@kwvanderlinde @ejmr Thanks for reporting! |
Thank you! That was an incredible response time! |
My
.dir-locals.el
file looks like this:When I open one of my PHP files, I get presented with this error from flycheck:
If I change the
.dir-locals.el
to use the equivalent absolute path, it works fine:I would expect these two cases to have equivalent behaviour.
The text was updated successfully, but these errors were encountered: