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

PR #2403 fixups #2423

Merged
merged 3 commits into from
Jul 19, 2023
Merged

PR #2403 fixups #2423

merged 3 commits into from
Jul 19, 2023

Conversation

wpaulino
Copy link
Contributor

No description provided.

wpaulino added 2 commits July 17, 2023 10:57
The `RefCell` was necessary in a previous iteration of the code in which
the iterator was not `Clone` so we needed interior mutability in order
to consume the iterator. Now that it is `Clone`, we can drop it, as
we're no longer mutating the original iterator.
tnull
tnull previously approved these changes Jul 17, 2023
@tnull
Copy link
Contributor

tnull commented Jul 17, 2023

CI breakage should be #2424

dunxen
dunxen previously approved these changes Jul 17, 2023
@wpaulino wpaulino dismissed stale reviews from dunxen and tnull via c7d84d8 July 17, 2023 22:40
@codecov-commenter
Copy link

codecov-commenter commented Jul 17, 2023

Codecov Report

Patch coverage: 71.42% and no project coverage change.

Comparison is base (ba8af22) 90.27% compared to head (c7d84d8) 90.28%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2423   +/-   ##
=======================================
  Coverage   90.27%   90.28%           
=======================================
  Files         106      106           
  Lines       55657    55664    +7     
  Branches    55657    55664    +7     
=======================================
+ Hits        50247    50258   +11     
+ Misses       5410     5406    -4     
Impacted Files Coverage Δ
lightning/src/chain/chaininterface.rs 96.29% <ø> (ø)
lightning/src/util/macro_logger.rs 89.58% <ø> (ø)
lightning/src/chain/onchaintx.rs 93.06% <50.00%> (+0.01%) ⬆️
lightning/src/util/logger.rs 84.76% <100.00%> (+0.79%) ⬆️

... and 4 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@TheBlueMatt TheBlueMatt added this to the 0.0.116 milestone Jul 17, 2023
@TheBlueMatt TheBlueMatt merged commit 8a8f29a into lightningdevkit:main Jul 19, 2023
@wpaulino wpaulino deleted the 2403-fixups branch July 19, 2023 17:51
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.

5 participants