Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update thirdparty/cpanfile-5.34.snapshot: more modules in development/test builds #656

Merged
merged 2 commits into from
Jun 3, 2024

Conversation

jimklimov
Copy link
Contributor

No description provided.

@jimklimov jimklimov changed the title Update thirdparty/cpanfile-5.34.snapshot: more modules in development builds Update thirdparty/cpanfile-5.34.snapshot: more modules in development/test builds Jun 2, 2024
Copy link

github-actions bot commented Jun 2, 2024

@check-spelling-bot Report jimklimov/znapzend: cpanfile into -> oetiker/znapzend: 759cccf

🔴 Please review

See the 📂 files view, the 📜action log, or 📝 job summary for details.

Unrecognized words (54)
ANDK
ATOOMIC
Bzip
CHRISN
CJM
ETag
Extor
ftp
GARU
Gedeo
Gzip
Hyperlink
icap
INGY
IRI
isbn
json
ldap
ldapi
Leay
mailto
MAREKR
MIKIHOSHI
mms
Mozilla
nntp
OALDERS
Occitan
OCSP
oid
Overloader
PETDANCE
PJCJ
QNX
RCLAMP
regexp
rlogin
rtsp
rtspu
Sereal
sftp
Sidama
snews
SSL
SULLR
Svk
Symdump
Tagset
telnet
Uncompress
URI
xor
yaml
Zlib
Previously acknowledged words that are now absent Balert Bcreate Bdebug Bdelete Bedit Berr Bexport Bimport Binfo Bnoaction Bnot Bpidfile Bpost Bpre Bsyslog Bwarning Bzfs Bznapzend Bznapzendzetup Bznapzendztatz cpanm cpanmin CPANSNAPV crt DBD DESTDIR distdir DTDs endif EXTRADIST forkcall Icommand Icommon Icreate Idataset Idestroy Idocuments Iexport Ifacility Ifeature Ifilepath Ihome Ilimited imandir Inumber Ioptions Ipath Ipictures Irecursive Isend Iskip Isnapshots Isnapsuffix Isources Itank Ithirdparty Itimeout Iusbbackup Iuser Ivalue Iznapzendzetup JSON lpr nobase notest nroff ODBC SUBDIRS svcdir troff unicode vroff xargs YAML 🫥
To accept these unrecognized words as correct and remove the previously acknowledged and now absent words, you could run the following commands

... in a clone of the https://github.com/oetiker/znapzend repository
on the master branch (ℹ️ how do I use this?):

curl -s -S -L 'https://raw.githubusercontent.com/check-spelling/check-spelling/v0.0.22/apply.pl' |
perl - 'https://github.com/oetiker/znapzend/actions/runs/9337842090/attempts/1'
Available 📚 dictionaries could cover words (expected and unrecognized) not in the 📘 dictionary

This includes both expected items (668) from .github/workflows//spelling/expect.txt and unrecognized words (54)

Dictionary Entries Covers Uniquely
cspell:software-terms/dict/softwareTerms.txt 1288 88 18
cspell:php/dict/php.txt 1689 68 6
cspell:node/dict/node.txt 891 64 6
cspell:python/src/python/python-lib.txt 2417 60 6
cspell:filetypes/filetypes.txt 264 21 4

Consider adding them (in .github/workflows/spelling.yml):

      with:
        extra_dictionaries:
          cspell:software-terms/dict/softwareTerms.txt
          cspell:php/dict/php.txt
          cspell:node/dict/node.txt
          cspell:python/src/python/python-lib.txt
          cspell:filetypes/filetypes.txt

To stop checking additional dictionaries, add (in .github/workflows/spelling.yml):

check_extra_dictionaries: ''

@jimklimov jimklimov force-pushed the cpanfile branch 3 times, most recently from d1b4966 to b9ffb18 Compare June 2, 2024 14:27
@jimklimov
Copy link
Contributor Author

Someone gotta love this spellchecker. Otherwise it would have ceased to exist long ago.

…/test builds

...and update the spell-checker for it:

* copy into a local file `x` the error text from e.g.
  https://github.com/jimklimov/znapzend/actions/runs/9337739109/job/25700004653
  section "spell check" with lines like

    Error: thirdparty/cpanfile-5.34.snapshot:17:20 ... 24, Error - `GARU` is not a recognized word. (unrecognized-spelling)

* mix with existing dictionary:

    ( cat x | sed -e 's,^[^`]*`,,' -e 's,`.*$,,' ; cat .github/workflows/spelling/expect.txt ) | sort -f | uniq | grep -vE '^$' > z
    cp z .github/workflows/spelling/expect.txt
    git add -p

Signed-off-by: Jim Klimov <[email protected]>
@oetiker oetiker merged commit 3cff548 into oetiker:master Jun 3, 2024
4 checks passed
@jimklimov jimklimov deleted the cpanfile branch June 4, 2024 08:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants