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

Remove custom queue package #275

Merged
merged 1 commit into from
May 31, 2021
Merged

Remove custom queue package #275

merged 1 commit into from
May 31, 2021

Conversation

gaius-qi
Copy link
Member

Signed-off-by: Gaius gaius.qi@gmail.com

Description

  • Remove custom queue package.

Related Issue

#274

Motivation and Context

The library is not referenced in the project.

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation Update (if none of the other choices apply)

Checklist:

  • Code compiles correctly.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

Signed-off-by: Gaius <gaius.qi@gmail.com>
@gaius-qi gaius-qi self-assigned this May 31, 2021
@gaius-qi gaius-qi requested a review from a team as a code owner May 31, 2021 06:22
@codecov-commenter
Copy link

codecov-commenter commented May 31, 2021

Codecov Report

Merging #275 (4d98c4a) into main (accfef0) will decrease coverage by 1.89%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #275      +/-   ##
==========================================
- Coverage   44.83%   42.94%   -1.90%     
==========================================
  Files          54       52       -2     
  Lines        4262     4119     -143     
==========================================
- Hits         1911     1769     -142     
- Misses       2113     2114       +1     
+ Partials      238      236       -2     
Flag Coverage Δ
unittests 42.94% <ø> (-1.90%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
client/daemon/peer/peertask_base.go 32.92% <0.00%> (-0.74%) ⬇️

@gaius-qi gaius-qi merged commit c5adf1f into main May 31, 2021
@gaius-qi gaius-qi deleted the feature/remove-queue branch May 31, 2021 06:47
@gaius-qi gaius-qi linked an issue May 31, 2021 that may be closed by this pull request
gaius-qi added a commit that referenced this pull request Jun 28, 2023
Signed-off-by: Gaius <gaius.qi@gmail.com>
e-ngo pushed a commit to e-ngo/dragonfly that referenced this pull request Jan 23, 2025
Bumps [clap](https://github.com/clap-rs/clap) from 4.4.18 to 4.5.1.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.4.18...clap_complete-v4.5.1)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.

Remove queue package
4 participants