Dezső BICZÓ

Results 68 issues of 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...

enhancement

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...

enhancement

Even if we run Drupal Check on every change request, the following was missed when we did a Drupal 8.9 -> 9.2 update: ![image](https://user-images.githubusercontent.com/1755573/135082912-924cf897-9122-40ab-ad49-6be4983ea620.png) 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. ![image](https://user-images.githubusercontent.com/1755573/57372794-f9b60700-7196-11e9-8b10-b29bab6b9536.png) 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...