-
Notifications
You must be signed in to change notification settings - Fork 196
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
Trying to slove #179 (aioredis 1.3.1 dropped explicit loop requirement in API) #180
Conversation
It looks like you need to fix the linter error by moving |
Nice! thanks! |
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.
OK, it's Sunday so... but... 🙂
I'm scratching my head just looking at this: we're checking the Python version before changing the call to aioredis
. At first glance that doesn't seem right.
I'm sure if I read the linked issue through entirely it would make sense, but care to explain?
Thanks!
|
Would it be preferred to check the version of aioredis?
…On Sun, Mar 1, 2020 at 8:37 AM Carlton Gibson ***@***.***> wrote:
***@***.**** commented on this pull request.
OK, it's Sunday so... but... 🙂
I'm scratching my head just looking at this: we're checking the Python
version before changing the call to aioredis. At first glance that
doesn't seem right.
I'm sure if I read the linked issue through entirely it would make sense,
but care to explain?
Thanks!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#180?email_source=notifications&email_token=ADY6MCNLZUZRJDZT6S2YSYLRFKFMVA5CNFSM4KSEZBQ2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCXPAD3I#pullrequestreview-366871021>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADY6MCLJ35YLC7U44ILTNNDRFKFMVANCNFSM4KSEZBQQ>
.
|
I think you are right, is a combination of the version of python and right? |
@edelvalle Perhaps |
@bjd183 thanks for the advice, I was busy but finally managed to do as instructed by you. |
@carltongibson how does this look? |
Hi both, thanks for the work here. Looks good. Currently in a tight spot. 🦠 disrupting pretty much everything, so I've had ≈0 time to look at anything. I have a commitment to DRF on my list and then I'll have the capacity for Channels &co. If you have a bit of time to look over the other issues/PRs (maybe with @tarikki, who's been active) then I'm happy to take group consensus on issues and we can put out a release as first job back. (Equally, no stress if you don't have such capacity.) |
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.
OK, this looks sensible.
Can you split it into 2 commits? One for the CI change, and one for the fix.
Good work! 👍
What is the best way to reduce to two commits? Squash usually results in a single commit, right? Can this be done with rebase? Or does it require cherry-pick? And are any of these possible now that the changes have already been committed and pushed? |
Also, (I've not done this before) is it possible for me to contribute to a pull request that I do not own? How would I do so? It is not obvious to me via this interface. |
@edelvalle you could also revert the CI change to black and limit this PR to the fix so it can be easily squashed. |
@bjd183 How I would split one commit into two:
|
Thanks @wmorrell. (Been knocked sideways by the current situation so had little time...) |
Alright, I gave that a try. I had to fork |
Trying to slove django#179 (aioredis 1.3.1 dropped explicit loop requirement in API)
This is worse, now I have even more commits, let me try to undo all this |
Oops, I should have mentioned that it's usually cleaner to re-submit a pull request than to alter (someone else's) existing request. I tried to go for that by adding instruction to make a new branch, but failed to take the suggestion all the way to new PR. I also should have suggested squashing before the @edelvalle, I will do a fork a bit later to get just the two commits requested. If you would like to give it a shot, I suggest use of a few rounds of |
@wmorrell Thanks for the clarification. |
Closing in favour of #193. Thanks all! |
Refs #179