-
Notifications
You must be signed in to change notification settings - Fork 61
Regresion in v0.7 #34
Comments
Same for me (Windows 8.1 64bit, PHP 5.5.11) |
Probably fixed in last master version. Can you try it? |
dev-master does not work at all. 0.5:
dev-master:
|
Same here |
Can you please try latest version from master branch? |
dev-master (d4baef2) works fine on Win8, thanks! |
Works fine with d4baef2 |
|
Which problem do you have? With "CreateProcess failed, error code - 206" or freeze after lint is start? Because I tested current master on Windows XP and problem is with freeze, because non blocking read from STDIN is not supported on Windows (it is a known bug in PHP). But can you try last master? It would be fixed. |
Freezing problem (#34 (comment)). Still not fixed in ed9ac31 |
It's actually a pretty old bug :( https://bugs.php.net/bug.php?id=34972 |
Latest master works for me on OS X and Windows XP. Please, can you try code from this Gist (https://gist.github.com/JakubOnderka/fcbbba47aa4b1a650fa6) a attach the output? Correct output look like this:
|
|
Ha! It works in cmd, but not in cmder (i.e. conemu - http://bliker.github.io/cmder/) |
As I said in my comment I can get the same "bad" result within plain standard console window. That is because So, your code goes to the stream_get_line, but it can't read anything because there is no KeyDown events in the input buffer. |
I decided to add '--stdin' parameter to tell Linter to blocking load files and directories to check from standard input. So I think this solve this issue and very thanks to @Maximus5 to explanation why stream_select not work. |
exec fails for many files because of error 206 (Filename or extension too long). Works fine for v0.5
The text was updated successfully, but these errors were encountered: