-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Release 3.4.1 because 3.4.0 breaks Drupal Coder's PHPUnit tests #2444
Comments
@klausi What is the particular fix included in |
Something in the Zend standard that handles closing PHP tags. Did not run a git bisect to find out the exact commit. |
@klausi Ok, thanks for responding. Just wondering - do most of your users use Composer to install This relates to #2146 which was fixed by e64a980 in 3.4.0, however that commit introduced another issue which in turn was fixed by PR #2280 / commit 96029cc which will be included in 3.4.1. |
Thanks, the conflict property might be a good option if we would be in a hurry to release a new Coder version, but we are not. It is just a matter of our automated tests being broken while we develop. So the annoying large download only affects developers that want to run Coder's dev version. The closing tag bug only happens on fringe cases that will not affect many Coder users. So the new PHPCS release is not urgent, just something that would make our lives in Coder development easier :-) |
I will release 3.4.1 - I just haven't had a spare moment to get back to PHPCS work for a couple of weeks as my paying job has been crazy. Going to close this. |
The master branch of PHP_CodeSniffer has fixes that are required to make Coder's tests pass again. Which means Coder has to depend on a PHPCS composer git clone which is a 200MB large, problematic for users with low bandwidth. See pfrenssen/coder#22
Can you release 3.4.1 to mitigate that?
Thanks!
The text was updated successfully, but these errors were encountered: