-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Replace AbstractMatchInfo with UrlMappingMatchInfo. #5328
Closed
Closed
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
d119094
Replace AbstractMatchInfo with UrlMappingMatchInfo.
Dreamsorcerer 7cf6819
Create 4748.bugfix
Dreamsorcerer 268c575
Merge branch 'master' into master
Dreamsorcerer b498bea
Bump multidict from 5.1.0 to 5.2.0 (#96)
dependabot[bot] 4aea1c5
Bump sqren/backport-github-action from 1.0.40 to 1.0.41 (#99)
dependabot[bot] a83ad03
Bump coverage from 5.5 to 6.0.1 (#100)
dependabot[bot] 9ea5fbc
Bump yarl from 1.6.3 to 1.7.0 (#101)
dependabot[bot] 4158576
Bump multidict from 5.1.0 to 5.2.0 (#102)
dependabot[bot] 8c5d641
Bump pytest-cov from 2.12.1 to 3.0.0 (#98)
dependabot[bot] 8aec754
Bump flake8 from 3.9.2 to 4.0.0 (#103)
dependabot[bot] 185b9fa
Bump coverage from 6.0.1 to 6.0.2 (#104)
dependabot[bot] 900a502
Bump flake8 from 4.0.0 to 4.0.1 (#105)
dependabot[bot] e5c5cc7
Bump actions/checkout from 2.3.4 to 2.3.5 (#106)
dependabot[bot] 92074f6
Bump frozenlist from 1.1.1 to 1.2.0 (#108)
dependabot[bot] e646fee
Bump frozenlist from 1.1.1 to 1.2.0 (#109)
dependabot[bot] 34a7c7e
Bump aiosignal from 1.1.2 to 1.2.0 (#107)
dependabot[bot] 8cb4b6f
Bump aiosignal from 1.1.2 to 1.2.0 (#110)
dependabot[bot] File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Change return type on URLDispatcher to UrlMappingMatchInfo to improve type annotations. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
-r multidict.txt | ||
# required c-ares will not build on windows and has build problems on Macos Python<3.7 | ||
aiodns==3.0.0; sys_platform=="linux" or sys_platform=="darwin" and python_version>="3.7" | ||
aiosignal==1.1.2 | ||
aiosignal==1.2.0 | ||
async-timeout==4.0.0a3 | ||
asynctest==0.13.0; python_version<"3.8" | ||
Brotli==1.0.9 | ||
cchardet==2.1.7 | ||
chardet==4.0.0 | ||
frozenlist==1.1.1 | ||
frozenlist==1.2.0 | ||
gunicorn==20.1.0 | ||
typing_extensions==3.7.4.3 | ||
uvloop==0.14.0; platform_system!="Windows" and implementation_name=="cpython" and python_version<"3.9" # MagicStack/uvloop#14 | ||
yarl==1.6.3 | ||
yarl==1.7.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
multidict==5.1.0 | ||
multidict==5.2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
I dropped the else here, as it is redundant, and makes it a little more difficult to see that the function will always return.
(The diff is a little awkward to look at, as it's split it weirdly, but all I've done is remove the
else
following thefor
).