Dezső BICZÓ
Dezső BICZÓ
(My IDE set to automatically convert arrays to short syntax, sorry for that.)
**How is drupal-check installed?** drupal-check is installed as a dependency to my project **Environment:** - OS: Linux (Docker containers by Wodby) - PHP Version: 7.4 - Drupal core: 9.2.x **Describe...
https://www.drupal.org/node/3194517 Captured this in Behat tests: ``` Not marking service definitions as public is deprecated in drupal:9.2.0 and is required in drupal:10.0.0. Call $definition->setPublic(TRUE) before calling ::setDefinition(). See https://www.drupal.org/node/3194517: 4x...
Well, this a PR that kinda solves our specific problem and it is related to: https://github.com/mglaman/drupal-check/pull/98 and https://www.drupal.org/project/drupal/issues/2943172 I understand this PR is probably not going to be merged as-is...
Even if we run Drupal Check on every change request, the following was missed when we did a Drupal 8.9 -> 9.2 update:  https://www.drupal.org/node/2572493 Possibly Tomas Votruba already solved...
It looks like on the first sight that [services files vs. version supports](https://www.drush.org/latest/commands/#specifying-the-services-file) works like usual semver constrains (like in composer.json). However, based on my testing it looks like ```json...
Builds are randomly failing on Travis CI since days because scaffold files could not be downloaded. I have the same issue with 8.6.15's scaffold files.  PHP 7.2.16 Composer version...
Super dummy script that confirms this behaviour: curl.php ```php
| Q | A | ------------ | --- | Bug? | yes | New Feature? | no | Version | guzzlehttp/guzzle 6.3.3 guzzlehttp/promises v1.3.1 guzzlehttp/psr7 1.4.2 php-http/guzzle6-adapter v1.1.1 #### Actual...
https://www.drupal.org/node/2729253