Problem/Motivation
These words are all words prefixed with 'un'. Most occurrences are in tests but some are variable names.
Steps to reproduce
- unassigning
- unassigns
- unbans
- unbundleable
- unclickable
- uncollapsible
- ungenerated
- unparseable
- unpromoted
- unregisters
- unvalidated
- unwrapper
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | 3412959-nr-bot.txt | 90 bytes | needs-review-queue-bot |
Issue fork drupal-3412959
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:
- 3412959-fix-12-un
changes, plain diff MR !6051
Comments
Comment #3
quietone commentedThis is the first group of possibly hyphenated words that I have done, so setting this small set to Needs Review.
Comment #4
smustgrave commentedSo I believe unvalidated is a correct word https://www.yourdictionary.com/unvalidated
Comment #5
quietone commentedYou may believe that but cspell does not! :-)
And is that source using US English or something else?
The worn 'unvalidate' is not in the en_us dictionary used by cspell and neither is it at https://www.thefreedictionary.com/unvalidate, https://www.collinsdictionary.com/spellcheck/english?q=unvalidate, https://www.merriam-webster.com/dictionary/unvalidate. And three of them are definitely using US English.
Comment #6
quietone commentedAh, the answer is to use 'non validated' as is used elsewhere in core, for example \Drupal\Core\Form\FormValidator::handleErrorsWithLimitedValidation. I just didn't think this through when I made the MR.
Comment #7
smustgrave commentedAh good find. That makes more sense and sounds right when said out loud. Rest of word changes seem good
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 commentedIt was a straightforward rebase so I restoring RTBC.
Comment #10
quietone commentedComment #11
longwaveAdded some suggestions/questions.
Comment #12
quietone commentedMade the recommended changes and back to NR
Comment #13
smustgrave commentedFeedback/follows up appear made.
Comment #14
longwaveCherry-picks cleanly to 10.2.x so backported there to keep things in sync as this only changes words in comments and tests.
Committed and pushed 2624df1b1c to 11.x and eb70d19029 to 10.2.x. Thanks!