-
Notifications
You must be signed in to change notification settings - Fork 15
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
Rename several concepts for DAP-13. #3470
Conversation
I also surveyed renaming "upload extension" to "report extension" -- it turns out there is nothing to change here. In source code, we always refer to this concept as simply "extensions". Part of #3436. |
c780b60
to
41c7887
Compare
41c7887
to
300519e
Compare
(rebased w/ #3469) |
R: Backoff + Clone + Send + Sync + 'static, | ||
{ | ||
pub fn new( | ||
http_client: reqwest::Client, | ||
backoff: B, | ||
backoff: R, |
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.
nit: I think this is a sed
error, Backoff still ought to be B.
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.
Ah, I renamed the B: Backoff
types to R
(for retry) instead, since they conflicted with the new B: BatchMode
types.
Specifically: