Andy Postnikov

Results 118 comments of Andy Postnikov

It still fails to build on PHP 8.2 with a huge log of warnings and notices ``` ... /usr/include/php82/Zend/zend_portability.h:364:52: note: in definition of macro 'UNEXPECTED' 364 | # define UNEXPECTED(condition)...

nightly is https://github.com/zephir-lang/zephir/actions/workflows/nightly.yml

parser's release is out

Btw it looks better as patch to core itself

The same time makes sense to adopt vendor tests clean-up https://github.com/drupal-composer/drupal-project/issues/323

As PHP 8.2 beta1 will be released today (packaged already) I did check current `2.x-dev#e9c99cd` with Drupal 10.0-dev and all problems are gone! +1 to tag a new 2.x release...

@sirbrillig https://github.com/sirbrillig/phpcs-variable-analysis/commit/c3243c8e12b137517fd07bdb250d01a9ca5f5dd8 this commit fixes ``` PHP Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /var/www/html/web/vendor/sirbrillig/phpcs-variable-analysis/VariableAnalysis/Sniffs/CodeAnalysis/VariableAnalysisSniff.php on line 922 ```

Thank you a lot!

Just got the same test failures for 1.26.0 building on [Alpinelinux (musl)](https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/18055) ...looks missing locales **EDIT** only 3 tests and log ``` .................................................................................................................................................FF................................................................F................................................................................................................................................ ====================================================================== FAIL: test_locale_accents (tests.rules.test_key_ordering.KeyOrderingTestCase) ---------------------------------------------------------------------- Traceback (most...

Thank you for elaborated answer, I used just to add patch to skip this test methods. I'm not much deep in python internals to find out how it using locales...