Uh oh!
There was an error while loading. Please reload this page.
Add help target to the makefile - #10608
Merged
Merged
Conversation
geekosaur
approved these changes
Nov 28, 2024
ffaf1
approved these changes
Nov 28, 2024
ffaf1
reviewed
Nov 28, 2024
Uh oh!
There was an error while loading. Please reload this page.
philderbeastforce-pushed
the
doc/makefile-10596
branch
from
November 29, 2024 20:26
5bff8cc to
c44528cComparephilderbeast
commented
Nov 29, 2024
CollaboratorAuthor
Label merge+no rebase is necessary when the pull request is from an organisation. |
philderbeastforce-pushed
the
doc/makefile-10596
branch
from
November 30, 2024 11:19
c44528c to
ee60a7bCompare- Add comments for users-guide* targets - Comment tags target - Add comment for checks - Comment doctesting and ghcid - Add help-banner target - Add comments to all, lib and exe targets - Add full stops to the help comments - Manual fix-whitespace
philderbeastforce-pushed
the
doc/makefile-10596
branch
from
December 2, 2024 10:51
ee60a7b to
cf22b10CompareCollaboratorAuthor
The help after #10603 was merged to master. Tip Should we switch from prefix/infix to suffix for @geekosaur, you chose the prefix name for $ make help
all Build the Cabal libraries and cabal-install executables.
checks Run all local checks; whitespace, typos, style, and lint.
doctest-install Install doctest tool needed for running doctests.
doctest Run doctests.
exe Builds the cabal-install executables.
- fix-whitespace Run fix-whitespace in fix mode.
ghcid-cli Run ghcid for the cabal-install executable.
ghcid-lib Run ghcid for the Cabal library.
help-banner Show the help banner.
help Show the commented targets.
init Set up git hooks and ignored revisions.
lib Builds the Cabal libraries.
lint-json Run HLint in JSON mode.
lint Run HLint.
- markdown-fix-typos Fix typos in markdown files
markdown-typos Find typos in markdown files
+ markdown-typos-fix Fix typos in markdown files
style-commit Run the code styler on the previous commit.
style-modified Run the code styler on modified files.
style Run the code styler.
tags Generate editor tags, vim ctags and emacs etags.
typos-install Install typos-cli for typos target using cargo
users-guide Build the users guide.
- users-guide-fix-typos Fix typos in users guide
users-guide-requirements Install the requirements for building the users guide.
users-guide-typos Find typos in users guide
+ users-guide-typos-fix Fix typos in users guide
whitespace Run fix-whitespace in check mode.
+ whitespace-fix Run fix-whitespace in fix mode. |
geekosaur
commented
Dec 2, 2024
Collaborator
There's also DevX vs. what makes the help text look better. |
CollaboratorAuthor
One thing I hadn't noted earlier is the number of groups with a common prefix that we have already:
We have could have common suffixes too; |
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
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Fix#10596. Add help for some of the makefile targets.
Template B: This PR does not modify behaviour or interface
E.g. the PR only touches documentation or tests, does refactorings, etc.
Include the following checklist in your PR: