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
xt/aspell.t doc/Language/unicode_entry.pod6 #2869
Comments
|
You mean the rxvt configuration commands? |
|
I didn't read the file or scope the words, just saw the failing test. |
|
OTOH, is it worth the while to spell-check code blocks?
|
|
IMO yes, because there's a lot of items in code that are words, like comments, variable names, etc. Even if they're not words, having the config "words" whitelisted means there's less chance of someone typo-ing them in other sections of the document. |
|
Shouldn't we maybe have some special :lang keyword that just skips the
whole block? In cases such as this, it's really cumbersome to add every one
of them (or even whitelist them).
|
|
I'm not sure rewriting the test to avoid code helps, given the large amount of code we do want tested. (Including use of official Perl 6 class names in code, e.g.). I don't think that the overhead on keeping the spelling test passing is that great, even in this particular case. The only reason I posted this as a ticket was so that the original author could verify the spelling of the comands/params before we codified it. |
|
Looks like I missed a couple of colons in the XTerm config, but other than that there are no typos. My bad Edit: |
The problem
Fails after b4534db. Looks like commands that need to be added to the dictionary file.
The text was updated successfully, but these errors were encountered: