This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Reduce the number of "untyped defs" #12716
Merged
Merged
Changes from 1 commit
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
7cf850e
Brief annotation in s.storage.types
965ca4c
Annotation in s.http.request_metrics
8e11e43
type annotations in s.http.matrixfederationclient
f16a82e
Extra annotations in s.http.federation
aac36ff
Extra annotation in s.groups
77d29f7
Annotate `_make_scheduler`
192ecf9
Additional annotations in s.http.client
6979a84
Annotations in `s.storage.persist_events`
d464f66
Annotations in s.storage.state
a225fda
Annotations in s.storage.databases.main.stream
cb1f07f
Annotation in s.storage.prepare_database
ed24f87
Easy annotations in s.storage.database
a5133c2
Changelog
ebc5686
Use `auto_attribs` for WellKnownLookupResult
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
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.
This is supposed to return
IOpenSSLClientConnectionCreator
, but as far as I can seeInsecureInterceptableContextFactory
doesn't implement that interface. I chose to ignore this because this is meant to be for testing only.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 think I ran into this too, there's a bit of funkiness in some of these interfaces that they don't all seem to be accurate.