-
-
Notifications
You must be signed in to change notification settings - Fork 547
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
multiple problems: Remove non-ASCII characters to fix #441 #527
Conversation
I'm not sure putting changes to multiple problems in the same commit is a good idea. Are you sure that these tests are not also testing another aspect of the solution? Edit: These changes look fine, so maybe we should just try it and see. |
@Insti should I create three different PRs then? (edit: I meant commits not PRs) I looked through the tests and given the titles they are explicitly testing non-ASCII functionality. I don't have any way of validating if the original intent of the test was to cover two different things though. |
3 commits would be good. It's good to ask yourself, "Might I need to revert part of this?". |
Ok sounds good @Insti I've got a couple of follow-up questions:
|
The way I like to do this is
I would recommend not doing so if there are separate commits that are meant to stay separate. Only squash and merge if there is one commit in the PR, or if the commits in the PR are meant to be squashed. |
Thanks @petertseng for the tip, although the forced push didn't go well so I had to delete the remote branch and start again :( The new PR is #529 |
…properly Simplecov needs to be included *before* minitest is required.
#441