Skip to content

refactor(NODE-5473): Remove Unused Callback Inheritance in Operations Layer #3793

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

Merged
merged 3 commits into from
Aug 3, 2023

Conversation

malikj2000
Copy link
Contributor

Description

removed unused callback inheritance in all operation files

What is changing?

asyncified eval.ts
removed unimplemented executeCallback method from all operation files
removed callback classes from AbstractOperation and CommandOperation

Is there new documentation needed for these changes?

None

What is the motivation for this change?

further asyncifying the driver

Release Highlight

Fill in title or leave empty for no highlight

Double check the following

  • Ran npm run check:lint script
  • Self-review completed using the steps outlined here
  • PR title follows the correct format: type(NODE-xxxx)[!]: description
    • Example: feat(NODE-1234)!: rewriting everything in coffeescript
  • Changes are covered by tests
  • New TODOs have a related JIRA ticket

removed callback class from AbstractOp and CommandOp
@nbbeeken nbbeeken self-assigned this Aug 2, 2023
@nbbeeken nbbeeken added the Primary Review In Review with primary reviewer, not yet ready for team's eyes label Aug 2, 2023
added override and async keywords
@malikj2000 malikj2000 requested a review from nbbeeken August 3, 2023 17:05
@nbbeeken nbbeeken merged commit dc0aef4 into main Aug 3, 2023
@nbbeeken nbbeeken deleted the NODE-5473 branch August 3, 2023 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Primary Review In Review with primary reviewer, not yet ready for team's eyes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants