-
-
Notifications
You must be signed in to change notification settings - Fork 8k
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
[refactor] use "case" instead of if/else in install #898
Conversation
de3dbd0
to
9972de6
Compare
de3dbd0
to
03a6e20
Compare
hmmmm ... failed on "SHELL=zsh TEST_SUITE=slow" ... |
@PeterDaveHello do you have any interest in completing this PR? |
Sure, give me few days, let's finish this in July. |
@ljharb Let's move on! |
Thanks! After #1139 is rebased and merged, please rebase this one, and I'll merge it too :-) |
Rebased, but do we really need to do the rebase so frequently, almost do it before every merge? |
We don't need to, but I really prefer the cleaner git log that doing so provides. If it's problematic for you, then I certainly can still merge it. |
Nope, not a really problem, and I think the squash and merge button will do that for us :) |
Is this good to go now? |
Squash-and-merge leaves the PR commit(s) forever dangling on the commit graph (i have PRs set up to auto fetch) - sadly that feature from github was not useful for me. Yes, I can just merge it as-is if you like. |
Use
case
instead of multipleif
/else
statement.