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

imp: enhance dependency management with workspace inheritance #957

Merged
merged 20 commits into from
Nov 10, 2023

Conversation

Farhad-Shabani
Copy link
Member

@Farhad-Shabani Farhad-Shabani commented Nov 9, 2023

Closes: #955
Closes: #956


PR author checklist:

  • Added changelog entry, using unclog.
  • Added tests.
  • Linked to GitHub issue.
  • Updated code comments and documentation (e.g., docs/).
  • Tagged one reviewer who will be the one responsible for shepherding this PR.

Reviewer checklist:

  • Reviewed Files changed in the GitHub PR explorer.
  • Manually tested (in case integration/unit/mock tests are absent).

Copy link

codecov bot commented Nov 9, 2023

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (046901f) 66.39% compared to head (6fe2337) 66.38%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #957      +/-   ##
==========================================
- Coverage   66.39%   66.38%   -0.01%     
==========================================
  Files         161      161              
  Lines       15770    15767       -3     
==========================================
- Hits        10470    10467       -3     
  Misses       5300     5300              
Files Coverage Δ
crates/ibc/src/core/ics04_channel/channel.rs 59.02% <50.00%> (-0.35%) ⬇️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Farhad-Shabani Farhad-Shabani marked this pull request as ready for review November 10, 2023 17:47
Copy link
Collaborator

@rnbguy rnbguy left a comment

Choose a reason for hiding this comment

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

Requested few nits !

crates/ibc-query/Cargo.toml Outdated Show resolved Hide resolved
crates/ibc-testkit/Cargo.toml Outdated Show resolved Hide resolved
crates/ibc-testkit/Cargo.toml Outdated Show resolved Hide resolved
crates/ibc-testkit/Cargo.toml Show resolved Hide resolved
Cargo.toml Outdated Show resolved Hide resolved
crates/ibc/Cargo.toml Outdated Show resolved Hide resolved
Copy link
Collaborator

@rnbguy rnbguy left a comment

Choose a reason for hiding this comment

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

Few nits, otherwise, LGTM 👌

Copy link
Collaborator

@rnbguy rnbguy left a comment

Choose a reason for hiding this comment

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

Looks great 💅 Thanks @Farhad-Shabani

@Farhad-Shabani Farhad-Shabani merged commit 318c284 into main Nov 10, 2023
13 checks passed
@Farhad-Shabani Farhad-Shabani deleted the farhad/use-workspace-deps branch November 10, 2023 18:35
Farhad-Shabani added a commit that referenced this pull request Sep 9, 2024
* imp: use workspace dependencies

* chore: add unclog

* fix: clippy catches

* fix: cleanups b/c of merging main branch

* fix: add ibc-testkit as dev-dep to ibc

* nit: reorder ibc deps

* fix: apply suggestions from code review

Co-authored-by: Rano | Ranadeep <[email protected]>
Signed-off-by: Farhad Shabani <[email protected]>

* fix: use worksapce for dev-deps under ibc-testkit

---------

Signed-off-by: Farhad Shabani <[email protected]>
Co-authored-by: Rano | Ranadeep <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Bump MSRV to 1.64 Use workspace dependencies
2 participants