- Issue created by @spokje
- π³πΏNew Zealand quietone
@spokje, did you rebuild the dictionary? Both kernighan and richie were removed the dictionary earlier this year in π Rebuild dictionary.txt Active . I applied this diff, reinstalled, and rebuilt the dictionary and both those names were removed.
- π³π±Netherlands spokje
@quietone, Crap I fell into my old nemisis' trap yet again: Running a dictionary rebuild on a non-clean core checkout.
Thanks for noticing, I'll fix that right away.
- π³π±Netherlands spokje
Reran
$ yarn spellcheck:make-dict
on a clean core checkout.Thanks again @quietone!
-
longwave β
committed a24ffe4f on 11.1.x
Issue #3493141 by spokje, quietone: Bump cspell to 8.16.1
-
longwave β
committed a24ffe4f on 11.1.x
-
longwave β
committed 35d0e5e0 on 11.x
Issue #3493141 by spokje, quietone: Bump cspell to 8.16.1
-
longwave β
committed 35d0e5e0 on 11.x
- π¬π§United Kingdom longwave UK
Committed and pushed to 11.x and 11.1.x, thanks!
Marking for backport to 10.4.x/10.5.x.
- π³π±Netherlands spokje
spokje β changed the visibility of the branch 3493141-bump-cspell-to to hidden.
- π³π±Netherlands spokje
spokje β changed the visibility of the branch 11.x to hidden.
-
longwave β
committed 4e984283 on 10.5.x
Issue #3493141 by spokje, quietone: Bump cspell to 8.16.1
-
longwave β
committed 4e984283 on 10.5.x
- π¬π§United Kingdom longwave UK
Committed to 10.5.x, doesn't cherry-pick cleanly to 10.4.x due to conflicts in yarn.lock - although there shouldn't be any, so not sure what's happened there.
- π³πΏNew Zealand quietone
The hash for dict-golang didn't match.
$ git apply -v 10524.diff Checking patch core/misc/cspell/dictionary.txt... Checking patch core/package.json... Checking patch core/yarn.lock... error: while searching for: resolved "https://registry.yarnpkg.com/@cspell/dict-git/-/dict-git-3.0.3.tgz#3a3805ab9902bffc9255ec48f648145b957eb30b" integrity sha512-LSxB+psZ0qoj83GkyjeEH/ZViyVsGEF/A6BAo8Nqc0w0HjD2qX/QR4sfA6JHUgQ3Yi/ccxdK7xNIo67L2ScW5A== "@cspell/dict-golang@^6.0.16": version "6.0.17" resolved "https://registry.yarnpkg.com/@cspell/dict-golang/-/dict-golang-6.0.17.tgz#8f3c11189b869db7216cb4496514b9882d1e30a5" integrity sha512-uDDLEJ/cHdLiqPw4+5BnmIo2i/TSR+uDvYd6JlBjTmjBKpOCyvUgYRztH7nv5e7virsN5WDiUWah4/ATQGz4Pw==
10.4.0-rc1 was tagged with dict-golang at 6.0.17 but then when the branch went 'back to dev' it was 6.0.16. What happened there?
-
longwave β
committed 1944dc50 on 10.4.x
Issue #3493141 by spokje, quietone: Bump cspell to 8.16.1
-
longwave β
committed 1944dc50 on 10.4.x
- πΊπΈUnited States tr Cascadia
Maybe not directly related, but "varchar" is now being flagged as spelled wrong in GitLabCI tests with cspell 8.16.1
My last test where it it ran green was on 14 Dec using cspell 8.13.0
My first test where it failed was on 18 Dec using cspell 8.16.1
There were no commits to the project between these two runs, but of course core 11.1 was released so GitLabCI now automatically uses that, which also changed some of the dependencies I assume.The line of code (in
hook_schema()
in an install file) hasn't changed in almost 9 years. Core uses 'varchar' more than 1000 times.Why is it being flagged in contrib testing? Is this due to a template change? I don't see varchar in the dictionary before or after this change.
Failing cspell job:
https://git.drupalcode.org/project/honeypot/-/jobs/3750200Passing cspell job:
https://git.drupalcode.org/project/honeypot/-/jobs/3669640I have other projects that now also have this same cspell error.
- π³π±Netherlands spokje
Hmmm,
If I search core for "varchar" I get ~1200 results, so I would expect those to fail in the core GitLab CI, which they don't.
So that makes me think it's a GitLab (config of cspell-run) problem, and not a specific cspell version problem?
- π³πΏNew Zealand quietone
When the dictionary was rebuilt just before the commit to 11.x, the word 'varchar' was removed from the dictionary. Curiously,
yarn cspell trace varchar
does not show the word is in any of the dictionaries Drupal uses.