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.
- Status changed to Needs review
over 1 year ago 5:16pm 8 April 2023 - 🇺🇸United States smustgrave
#22 no longer applied with
error: patch failed: core/lib/Drupal/Core/Database/StatementPrefetch.php:3
error: core/lib/Drupal/Core/Database/StatementPrefetch.php: patch does not apply - Status changed to Needs work
over 1 year ago 12:13am 20 April 2023 - 🇺🇸United States dww
Mostly looking good, but a few problems remain:
-
+++ b/core/lib/Drupal/Core/Config/ConfigFactoryOverrideInterface.php @@ -36,7 +36,7 @@ public function getCacheSuffix(); - * and synchronization to use the overrider's implementation of + * and synchronization to use the overriding _____'s implementation of
Uhhh, @xjm was suggesting we fill this in with the right noun, not leave a bunch of blanks in the comment. 😂
That said, given the rest of the comment, I'm not sure the suggestion is the way to go. I honestly think "overrider's implementation" makes the most sense, unless we completely rewrite this entire comment.
-
+++ b/core/lib/Drupal/Core/Database/StatementPrefetch.php @@ -8,7 +8,7 @@ + * An implementation of StatementInterface that will pre-fetches all data.
"that will pre-fetches all data." isn't grammatically correct.
Either needs:
"that will pre-fetch ..."
or
"that pre-fetches ..."
but not both. -
+++ b/core/lib/Drupal/Core/Routing/RoutePreloader.php @@ -11,7 +11,7 @@ + * Defines a class that can pre-loads non-admin routes.
Also not right.
"that can pre-load ..."
-
- Status changed to Needs review
over 1 year ago 6:28am 20 April 2023 - last update
over 1 year ago 29,283 pass - Status changed to Needs work
over 1 year ago 7:00pm 20 April 2023 - 🇺🇸United States smustgrave
Think a file or two may be missing.
Hard to tell as the interdiff is the same as the patch.
- Status changed to Needs review
over 1 year ago 7:27pm 20 April 2023 - 🇺🇾Uruguay rpayanm
- Status changed to RTBC
over 1 year ago 8:20pm 20 April 2023 - Status changed to Fixed
over 1 year ago 10:59am 21 April 2023 -
quietone →
committed 3bafeb49 on 10.1.x
Revert "Issue #3219513 by smustgrave, quietone, sourabhjain, Vidushi...
-
quietone →
committed 3bafeb49 on 10.1.x
- Status changed to Needs work
over 1 year ago 6:20am 22 April 2023 - 🇳🇿New Zealand quietone
Discovered while working on 🐛 Fix spellcheck:make-drupal-dict Fixed that this has introduced an error in the dictionary.txt file.
+++ b/core/misc/cspell/dictionary.txt @@ -839,16 +831,11 @@ outdent -overrider's
This was removed from the dictionary but the word remains in the code base.
So, what needs to happen it to apply the patch and then run
cd core; yarn spellcheck:drupal-make-dict
to make sure the dictionary is correct. See https://www.drupal.org/docs/develop/development-tools/cspell → - 🇮🇳India Vidushi Mehta
I've run this command but it throwing error with the command failed and my dictionary got blanked.
- Status changed to Needs review
over 1 year ago 12:25am 31 July 2023 - last update
over 1 year ago 29,908 pass - 🇳🇿New Zealand quietone
@Vidushi Mehta, what was the error?
I rerolled the patch. The only conflict was dictionary.txt
I also removed the removal of 'postbar' because that one of four similar constants defined in \Drupal\Tests\Component\EventDispatcher\ContainerAwareEventDispatcherTest all of which are in the dictionary. I think that should be done in another spelling issue because the other constants are used more than once, which is outside the scope of this issue.
- Status changed to RTBC
over 1 year ago 2:16pm 31 July 2023 - 🇺🇸United States smustgrave
Applied #37 and ran spellcheck:make-drupal-dict and didn't get any additional changes.
- 🇮🇳India Vidushi Mehta
@quietone, The reason for the error was that Windows uses a different syntax for setting environment variables compared to Unix-based systems, The LC_ALL environment variable is specific to Unix-based systems, and it is not recognized in the same way on Windows which throws an error and its forcefully removing the content from the dictionary.txt file.
Working fine on Linux RTBC+1
Thanks for the reroll
-
longwave →
committed 031f63e7 on 11.x
Issue #3219513 by quietone, smustgrave, Vidushi Mehta, sourabhjain,...
-
longwave →
committed 031f63e7 on 11.x
- Status changed to Fixed
over 1 year ago 10:13am 1 August 2023 Automatically closed - issue fixed for 2 weeks with no activity.