Alain Schlesser

Results 176 issues of Alain Schlesser

Currently, tests on WP 3.7 are failing, because of an update to the `wordpress-importer` plugin that bumped the minimum PHP requirement to 5.6+: https://github.com/wp-cli/extension-command/actions/runs/3269158784/jobs/5376377280#step:13:39 Due to https://meta.trac.wordpress.org/ticket/6292, WP-CLI cannot retrieve...

scope:testing

We have more and more path-related helper functions that are spread across the code. When looking into #5005, I remembered previous code I had already worked on and even spent...

scope:framework
breaking-change

## Bug Report - [x] Yes, I reviewed the [contribution guidelines](https://make.wordpress.org/cli/handbook/contributing/). - [x] Yes, more specifically, I reviewed the guidelines on [how to write clear bug reports](https://make.wordpress.org/cli/handbook/bug-reports/). **Describe the current,...

bug
internal-api:wp-cli-colorize
internal-api:wp-cli-utils-format-items

For operations like downloading a theme or a language file, or latest Core code, we should have an automatic retry mechanism with a configurable threshold (defaulting to 3 as a...

scope:framework
internal-api:wp-cli-utils-http-request

The documentation parser fails to correctly parse a multiline argument description in the `Utils\http_request()` method. See parsing bug result here: https://github.com/wp-cli/handbook/pull/476/files/d742f6da07acc8c1ce7145db037c8f9a8933c223#diff-cde919b1ce38772f91380d956b64197e339541cf3d40ffe52c3b485dd3306e0bR35 ![image](https://github.com/wp-cli/handbook/assets/83631/7aad908c-8ca9-4b8d-8242-fd637ebd1c65)

scope:documentation
bug

The PR #817 introduced a new configuration file for PHPUnit 10, separate from the previous configuration file. In order to run tests against PHPUnit 10, you now have to run...

Type: testing/chores/QA

The overview diagram in the architecture index looks to me like it is the wrong way around. From the diagram, I'd deduce that the operating system is this large thing...

## Feature description We don't have an obvious way right now to test anything that happens before the `'wp'` hook, as we're using the `WP_UnitTestCase`. This leads to issues like...

P2
Accessibility
Testing
WS:Perf

## Feature description If the Optimizer throws a fatal error, it will not take the server down, but rather fail silently and leave the unoptimized output to be sent to...

P2
Integration: WP Core
Optimizer
WS:Perf

As a new developer diving into the codebase, it would be very helpful to get a quick appreciation of the intent of the individual building blocks of the code base....

P2
Documentation
Tech Debt
WS:Perf