-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Making Connection()-s act as proxies for data stored in Client()-s #2970
Conversation
…client. Still leaving proxy properties on Connection to point to the http and credentials objects owned by the client.
@lukesneeringer @tseaver PTAL. This is (most likely) blocking a |
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 looks fine to me (while acknowledging my limitations in reading a huge PR).
LGTM. @lukesneeringer Are you from Texas? That avatar image looks like the "Come and Take It!" flag. |
Yeah; I just moved to California in December after living in Texas for most of the last 3.5 decades. :-) (I also had a six month stint in Virginia.) |
We've been in Virginia for the last 17 years, but I'm still a Texan (I taught Texas history to seventh graders long ago in a galaxy far away). |
Making Connection()-s act as proxies for data stored in Client()-s
Making Connection()-s act as proxies for data stored in Client()-s
This is part of a re-factoring effort to remove / reduce the role of
Connection
classes (since they are outdated): #2606I ran the system tests and
speech
is failing but I think it's unrelated to this? Also, the umbrella coverage is failing, so I sent #2969 to fix (also unrelated to this PR).