The Needs Review Queue Bot → tested this issue. It either no longer applies to Drupal core, or fails the Drupal core commit checks. Therefore, this issue status is now "Needs work".
Apart from a re-roll or rebase, this issue may need more work to address feedback in the issue or MR comments. To progress an issue, incorporate this feedback as part of the process of updating the issue. This helps other contributors to know what is outstanding.
Consult the Drupal Contributor Guide → to find step-by-step guides for working with issues.
- 🇮🇳India nikhil_110
Attached patch against Drupal 10.1.x
Patch #27 is not applied for Drupal 10.1.x so Inter-diff file is not added.
Checking patch core/lib/Drupal/Core/Render/Renderer.php...
error: while searching for:
drupal_process_states($elements);
}// Get the children of the element, sorted by weight.
$children = Element::children($elements, TRUE);// Initialize this element's #children, unless a #pre_render callback
// already preset #children.
if (!isset($elements['#children'])) {error: patch failed: core/lib/Drupal/Core/Render/Renderer.php:404
error: core/lib/Drupal/Core/Render/Renderer.php: patch does not apply - last update
over 1 year ago 29,302 pass - Status changed to Needs review
over 1 year ago 12:06pm 24 April 2023 - Status changed to Needs work
over 1 year ago 6:05pm 6 May 2023 - 🇺🇸United States smustgrave
This feels more like a feature request to me. Or something that should least have test coverage.
This was profiled 10 years ago but with the new system wonder if it should be profiled again?