-
-
Notifications
You must be signed in to change notification settings - Fork 413
Optimize parallel spellcheck some more #2871
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
Merged
Merged
+191
−45
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
…custom TGT and/or DIR values (not parsed from $@ always) Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
…arm or ci_build.sh Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
…izable style Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
…e definition; honour NUT_MAKE_SKIP_FANOUT Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
… check them if not enabled (although possible) Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
…ed changes [networkupstools#2871] Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
…e of fanned-out attempt [networkupstools#2871] Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
jimklimov
added a commit
to jimklimov/nut
that referenced
this pull request
Apr 2, 2025
…RACTIVE_QUICK hack [networkupstools#2871] When we run `make spellcheck-interactive-quick` (from top dir) and one of the files in a sub-directory with documents causes a change of the dictionary, re-enter to run the probably-parallel `make spellcheck-quick` (non-interactive) from the top directory again and update timestamps of all text files that agree with the updated dictionary quickly. This may save time on multi-CPU systems compared to a sequential walk of all texts. Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
…k* recipes anymore [networkupstools#2871] Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
… prep-src-docs [networkupstools#2871] Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
…heck for many files in one dir (if NUT_MAKE_SKIP_FANOUT!=true) [networkupstools#2871] Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
…ng (default vs. explicit 0/1) [networkupstools#2871] Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
jimklimov
added a commit
to jimklimov/nut
that referenced
this pull request
Apr 2, 2025
…RACTIVE_QUICK hack [networkupstools#2871] When we run `make spellcheck-interactive-quick` (from top dir) and one of the files in a sub-directory with documents causes a change of the dictionary, re-enter to run the probably-parallel `make spellcheck-quick` (non-interactive) from the top directory again and update timestamps of all text files that agree with the updated dictionary quickly. This may save time on multi-CPU systems compared to a sequential walk of all texts. Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
…ake -k -s ..." [networkupstools#2871] Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
jimklimov
added a commit
to jimklimov/nut
that referenced
this pull request
Apr 2, 2025
…RACTIVE_QUICK hack [networkupstools#2871] When we run `make spellcheck-interactive-quick` (from top dir) and one of the files in a sub-directory with documents causes a change of the dictionary, re-enter to run the probably-parallel `make spellcheck-quick` (non-interactive) from the top directory again and update timestamps of all text files that agree with the updated dictionary quickly. This may save time on multi-CPU systems compared to a sequential walk of all texts. Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
jimklimov
added a commit
to jimklimov/nut
that referenced
this pull request
Nov 19, 2025
… for interactive mode to not re-check documents that passed with older nut.dict Follow-up to networkupstools#2871 Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
jimklimov
added a commit
to jimklimov/nut
that referenced
this pull request
Nov 19, 2025
…true toggle for interactive mode to not re-check documents that passed with older nut.dict Follow-up to networkupstools#2871 Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
jimklimov
added a commit
to jimklimov/nut
that referenced
this pull request
Nov 20, 2025
…true toggle for interactive mode to not re-check documents that passed with older nut.dict Follow-up to networkupstools#2871 Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
CI
Entries related to continuous integration infrastructure (here CI = tools + scripts + recipes)
documentation
enhancement
packaging
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
make spellchecktoo by default, following up from work done in CI: Fix Makefiles for parallel builds #2825