User Details
User Details
- User Since
- Feb 3 2014, 10:26 PM (561 w, 3 d)
- Availability
- Available
Jul 28 2014
Jul 28 2014
May 12 2014
May 12 2014
• andreas.lekas updated subscribers of T4395: ArcanistPhpcsLinter issue with msdos and cygwin.
May 10 2014
May 10 2014
• andreas.lekas added a comment to T4395: ArcanistPhpcsLinter issue with msdos and cygwin.
For those that don't want to read through the bug report at php.net, this is what's happening that's causing this linting process to fail...
May 9 2014
May 9 2014
• andreas.lekas added a comment to T4395: ArcanistPhpcsLinter issue with msdos and cygwin.
I believe I've discovered the issue to be related to PHP's proc_open, which is used in the ExecFuture to execute phpcs. I'm not sure yet what the fix is, but thought I'd provide my findings in case someone from the Phab team has an idea. At first glance, it seems like the only solution is to modify ExecFuture to wrap the command in double quotes before opening it with proc_open.