-
Notifications
You must be signed in to change notification settings - Fork 13
refactor Furl() as a plain function #1196
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
base: main
Are you sure you want to change the base?
Conversation
Imo it looks good, but I think you should rebase and squash out the merge commit and the 'add missing import' at least. We try to keep commits and git history clean, most of us follow the DCO and add a "signed-off-by" to the commit message, and these days we also require GPG signing your commits. Btw, commits should be "bisectable" — meaning that every commit should build and tests should pass. So if I read your changes correctly maybe your two main commits should be squashed into one, because it looks like the tests would fail if you only built and tested with the furl removal commit? You can read more about our contributing guidelines here: https://github.com/kernelkit/infix/blob/main/.github/CONTRIBUTING.md (I just noticed that GPG signing was missing, but we'll add that soon.) |
e2526e5
to
4d6cfd4
Compare
9c93ced
to
e2526e5
Compare
Signed-off-by: Ejub Sabic <[email protected]>
e2526e5
to
346d49b
Compare
Maybe we should take this in mind as well psf/requests#6735 and refactor my workarounds out of restconf.py |
Think I have adressed all the concerns from above. |
I would prefer that to be a separate issue since I am still getting to know my way around in Infix. |
Is definitely time for it, but maybe we should do that in a separate PR? Meanwhile you could write it down in an issue so we don't forget it 😏 |
Fell free to put that one on me when you've formulated the issue. |
Description
Contribution for:
test: refactor Furl() as a plain function, curl(url), in `test/infamy/util.py
Checklist
Tick relevant boxes, this PR is-a or has-a: