-
Notifications
You must be signed in to change notification settings - Fork 710
Add a note for contributors installing fourmolu #10473
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
Conversation
9e9abe5
to
e2f28ea
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Trying to be a bit more formal, and include a way to install with a specific ghc. (Some people involved with cabal don't trust --with-compiler
, but I use it somewhat regularly.)
85ba5b8
to
2493075
Compare
@geekosaur I've squashed your suggestions and moved the |
4e5842a
to
6662af4
Compare
f248783
to
9ed9d76
Compare
I've squashed commits as much as I can without dealing with merge conflicts (brought on by reordering). Wanted also to keep commits from reviewers (their suggested changes) separate from my own. |
Label merge+no rebase is necessary when the pull request is from an organisation. |
Sorry for the bother but I'd expect a PR titled "Add a note for contributors installing fourmolu" to have one commit. Can we squash everything? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, squash.
I hadn't wanted to squash everything down to one, to stomp on the contributions of others, but am happy to do that now that I've got the go-ahead. |
- Code review suggested changes - Redundant "that". - Use indefinite article. - Assume ghc version installed via ghcup - Use `--with-compiler` option - Grammar, "its requirement" - Move --with-compiler to a tip - Use --numeric-version - Use hyphen in series-specific - Capitalise GHC - Note restriction on system ghc version. - Add a warning about switching fourmolu versions Co-Authored-By: brandon s allbery kf8nh <[email protected]> Co-Authored-By: Artem Pelenitsyn <[email protected]>
9ed9d76
to
328318f
Compare
If they're resolved it's not really a problem. And my own observation suggests GitHub keeps the old commits around (maybe from the reflog?) so the comments are still available. |
There's also an option to manually add co-authors to the final commit, if you feel like it:
|
Oh, you did it already, cool... |
Fixes #10472.
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: