Skip to content
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 DAPClient to Task #409

Merged
merged 3 commits into from
Sep 15, 2023
Merged

rename DAPClient to Task #409

merged 3 commits into from
Sep 15, 2023

Conversation

jbr
Copy link
Contributor

@jbr jbr commented Sep 12, 2023

and rename Task.taskId to Task.id

closes #408

@jbr jbr requested a review from a team as a code owner September 12, 2023 19:15
@coveralls
Copy link

coveralls commented Sep 12, 2023

Pull Request Test Coverage Report for Build 6177473287

  • 29 of 32 (90.63%) changed or added relevant lines in 4 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.004%) to 90.94%

Changes Missing Coverage Covered Lines Changed/Added Lines %
packages/dap/src/index.ts 0 3 0.0%
Totals Coverage Status
Change from base Build 6163956573: -0.004%
Covered Lines: 3445
Relevant Lines: 3750

💛 - Coveralls

packages/dap/src/report.ts Outdated Show resolved Hide resolved
@@ -23,16 +23,16 @@ export interface ReportOptions {
}

/**
Parameters from which to build a DAPClient
Parameters from which to build a Task
@typeParam Measurement The Measurement for the provided vdaf, usually inferred from the vdaf.
*/
export interface ClientParameters {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What do you think of TaskParameters for this? (The long winded way I would refer to this information is "the Client's view of the task parameters")

@jbr jbr merged commit d4b1ec4 into main Sep 15, 2023
4 checks passed
@jbr jbr deleted the rename-client-to-task branch September 15, 2023 16:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rename DAPClient (and DivviupClient) to DAPTask or just Task
4 participants