Problem/Motivation
Fix some 'easy' words that are not in tests.
Steps to reproduce
Proposed resolution
- differring
- favourite
- fulldata
- languageswitcher
- licious
- minifyzombies
- mocky
- newfieldinitial
- proname
- readmore
- somecompany
- torder
- vampirize
Remaining tasks
User interface changes
Introduced terminology
API changes
Data model changes
Release notes snippet
| Comment | File | Size | Author |
|---|---|---|---|
| #10 | 3483551-nr-bot.txt | 90 bytes | needs-review-queue-bot |
| #8 | 3483551-nr-bot.txt | 90 bytes | needs-review-queue-bot |
Issue fork drupal-3483551
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3483551-fix-a-small
changes, plain diff MR !9959
Comments
Comment #3
quietone commentedComment #4
smustgrave commentedAlmost renamed it to unlucky 13. But updated issue as appears 13 words vs 12 were changed.
Reviewing those changes though replacements seem good
Comment #5
longwaveA couple of nits where we could avoid ignoring words.
Comment #6
quietone commented@longwave, thanks.
I've made changes for the feedback and tests are passing.
Comment #7
smustgrave commentedFeedback appears to be addressed
Comment #8
needs-review-queue-bot commentedThe Needs Review Queue Bot tested this issue. It no longer applies to Drupal core. Therefore, this issue status is now "Needs work".
This does not mean that the patch necessarily needs to be re-rolled or the MR rebased. Read the Issue Summary, the issue tags and the latest discussion here to determine what needs to be done.
Consult the Drupal Contributor Guide to find step-by-step guides for working with issues.
Comment #9
quietone commentedRebase with conflict in node.module because of the conversion of hook_help.
Comment #10
needs-review-queue-bot commentedThe Needs Review Queue Bot tested this issue. It no longer applies to Drupal core. Therefore, this issue status is now "Needs work".
This does not mean that the patch necessarily needs to be re-rolled or the MR rebased. Read the Issue Summary, the issue tags and the latest discussion here to determine what needs to be done.
Consult the Drupal Contributor Guide to find step-by-step guides for working with issues.
Comment #11
Anonymous (not verified) commentedakulsaxena made their first commit to this issue’s fork.
Comment #12
Anonymous (not verified) commented@quietone
I fixed the merge error/conflicts so that the MR becomes mergeable, but as soon as the merge conflicts were resolved, phpstan and PHPCS pipelines are failing. Please take a look
Comment #13
Anonymous (not verified) commentedComment #14
quietone commented@akulsaxena, thanks for working on this. I looked at the MR and there has been a mistake with the merge. What I noticed is that there shouldn't be any changes to the file
node.module, although there could be other mistakes as well.If it were me I would revert the merge and start over. You may want to read the recommended way to rebase a merge request in Drupal. You can also ask in #contribute in Drupal Slack for help.
Comment #15
Anonymous (not verified) commented@quietone
I reverted the changes I made.
The branch is now 81 commits behind source branch and needs a rebase
Comment #16
quietone commented@akulsaxena, thanks. Do you want to do the rebase?
Comment #17
Anonymous (not verified) commented@quietone
I'm currently a bit occupied with something and wont be able to get to this right now. It would be great if someone else could take this on and handle the rebase.
Comment #18
quietone commented@akulsaxena, thanks for letting us know you are busy and for reverting the merge.
Rebased and rebuild the dictionary to confirm it was not changed.
Comment #19
Anonymous (not verified) commented@quietone
Thank you for working on the rebase
The rebase seems to work fine, there seem to be no merge conflicts on the MR and all the tests are passing.
It can now be moved to RTBC
Comment #20
nicxvan commentedLooks good, words removed from cspell.
Individual file exceptions were added where necessary.
Comment #21
Anonymous (not verified) commentedRebased and cleared the merge conflicts
Solving the Merge conflict caused Sorting error (PHPUnit Test Failure)
Sorted the words in dictionary.txt correctly
Comment #22
Anonymous (not verified) commentedPipeline run and passed with no errors or warnings
Comment #24
larowlanCommitted to 11.x - thanks!