-
Notifications
You must be signed in to change notification settings - Fork 99
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
Remove import * from codebase and documentation #260
Conversation
@paulooctavio Thank you for the contribution! Can you, please, reopen thir PR with a target |
LGTM! @SemyonSinchenko - what part of this PR is breaking? |
It seems to me that extensions won't work with the change. |
Which ones exactly? Also, shouldn't we have some kind of test to account for breaking changes? |
It seems to me that because you removed |
@SemyonSinchenko How exactly can I check that? I tested it using the code below and it seems to work. Test code:
Output:
|
@paulooctavio Sorry, my fault. I was thinking that the patching won't work with that change. I checked, it works fine. Thank you for your patience! |
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.
LGTM
Proposed changes
This PR tackles issue #75 by eliminating wildcard imports (
import *
) from both codebase and documentation.Types of changes
What types of changes does your code introduce to quinn?
Put an
x
in the boxes that apply