- πΊπΈUnited States smustgrave
Seems to be having some build issues. Not seen that one before.
- Status changed to Needs review
almost 2 years ago 4:03pm 19 February 2023 - π«π·France andypost
Update for 10.1 and added deprecation test, locally it works))
- Status changed to Needs work
almost 2 years ago 5:44pm 19 February 2023 - π«π·France andypost
--- Expected +++ Actual @@ @@ -'core/modules/mysql/src/Driver/Database/mysql/' +'subdirectory/subdirectory/subdirectory/subdirectory/subdirectory/subdirectory/subdirectory/subdirectory/subdirectory/subdirectory/subdirectory/subdirectory/subdirectory/subdirectory/subdirectory/subdirectory/subdirectory/subdirectory/subdirectory/subdirectory/subdirectory/subdirectory/subdirectory/subdirectory/subdirectory/subdirectory/subdirectory/subdirectory/subdirectory/subdirectory/subdirectory/subdirectory/subdirectory/subdirectory/subdirectory/subdirectory/subdirectory/subdirectory/subdirectory/subdirectory/core/modules/mysql/src/Driver/Database/mysql/'
something is wrong, 7 tests failed
- Status changed to Needs review
almost 2 years ago 6:10pm 19 February 2023 - π«π·France andypost
This way it pass locally
Drupal\Tests\Core\Database\DatabaseTest
and more inline with previous implementation The last submitted patch, 28: 2532228-28.patch, failed testing. View results β
- Status changed to Needs work
almost 2 years ago 9:29pm 19 February 2023 - πΊπΈUnited States smustgrave
Deprecation test looks good.
Think this would need it's own change record though. https://www.drupal.org/node/3162143 β doesn't appear to address what's happening here.
- Status changed to Needs review
almost 2 years ago 9:39pm 19 February 2023 - Status changed to RTBC
almost 2 years ago 9:41pm 19 February 2023 - πΊπΈUnited States smustgrave
Lightning speed!
Changes look good to me.
The last submitted patch, 32: 2532228-32.patch, failed testing. View results β
- πΊπΈUnited States smustgrave
Random ckeditor triggering tests again.
The last submitted patch, 32: 2532228-32.patch, failed testing. View results β
- Status changed to Needs work
almost 2 years ago 12:16pm 13 April 2023 - π³πΏNew Zealand quietone
Doing RTBC queue triage.
The change record should have more detail. A before and after section with a code example is usually included for deprecations to help the developer. Adding tag.
+++ b/core/lib/Drupal/Core/Extension/Discovery/RecursiveExtensionFilterCallback.php @@ -83,17 +81,21 @@ class RecursiveExtensionFilterIterator extends \RecursiveFilterIterator { + public function __construct(array $skipped_folders = [], $accept_tests = FALSE) {
Shall we type hint $accept_tests.
The deprecation style done here is for Abstract classes, interfaces, traits, and classes with a private constructor β but the constructor is not private. I think this should be using the style for concrete classes β .
I did not do a thorough review of the code.
- Assigned to spokje
- last update
over 1 year ago Custom Commands Failed - @spokje opened merge request.
- last update
over 1 year ago 29,798 pass, 1 fail - last update
over 1 year ago 29,802 pass - last update
over 1 year ago Composer error. Unable to continue. - last update
over 1 year ago 29,802 pass - Status changed to Needs review
over 1 year ago 9:54am 5 July 2023 - π³π±Netherlands spokje
Updated CR, switched to MR-workflow (note: first commit was a straight-up reroll of patch #32 π Use RecursiveCallbackFilterIterator instead of the $acceptTests parameter forwarding Fixed ), type-hinted the living daylights out of all and everything and switched to the recommended deprecation-through-constructor.
I think I've addressed all concerns raised by @quietone in #38 π Use RecursiveCallbackFilterIterator instead of the $acceptTests parameter forwarding Fixed , so put this on NR.
- last update
over 1 year ago 29,798 pass, 1 fail - Issue was unassigned.
- last update
over 1 year ago 29,802 pass - last update
over 1 year ago 29,802 pass - Status changed to RTBC
over 1 year ago 2:21pm 5 July 2023 - πΊπΈUnited States smustgrave
Deprecation looks good and CR has the requested before/after section so moving back to RTBC.
- Status changed to Needs work
over 1 year ago 8:45pm 5 July 2023 - π¬π§United Kingdom longwave UK
Some nitpicky comments, but I think we can perhaps remove the
acceptTests()
method entirely and simplify this a bit. - Assigned to spokje
- last update
over 1 year ago Build Successful - last update
over 1 year ago 29,802 pass - Issue was unassigned.
- Status changed to Needs review
over 1 year ago 10:52am 6 July 2023 - Status changed to RTBC
over 1 year ago 2:48pm 7 July 2023 - πΊπΈUnited States smustgrave
Seems the threads by @longwave have been resolved.
- last update
over 1 year ago 29,803 pass - last update
over 1 year ago 29,805 pass - last update
over 1 year ago 29,812 pass - last update
over 1 year ago 29,815 pass - last update
over 1 year ago 29,816 pass - Open on Drupal.org βEnvironment: PHP 8.2 & MySQL 8last update
over 1 year ago Waiting for branch to pass - last update
over 1 year ago 29,827 pass - last update
over 1 year ago 29,880 pass - last update
over 1 year ago 29,878 pass - last update
over 1 year ago 29,883 pass - last update
over 1 year ago 29,887 pass - last update
over 1 year ago 29,909 pass - last update
over 1 year ago 29,947 pass - last update
over 1 year ago 29,947 pass 16:24 11:56 Running- last update
over 1 year ago 29,954 pass - last update
over 1 year ago 29,959 pass - last update
over 1 year ago 29,959 pass - last update
over 1 year ago 29,959 pass - last update
over 1 year ago 29,948 pass, 2 fail - Status changed to Fixed
over 1 year ago 9:21am 16 August 2023 -
longwave β
committed c3431950 on 11.x
Issue #2532228 by Spokje, andypost, quietone, dawehner, Berdir,...
-
longwave β
committed c3431950 on 11.x
Automatically closed - issue fixed for 2 weeks with no activity.