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

Add unused proposals to CommitOutput #67

Merged
merged 2 commits into from
Jan 19, 2024
Merged

Add unused proposals to CommitOutput #67

merged 2 commits into from
Jan 19, 2024

Conversation

tomleavy
Copy link
Contributor

Description of changes:

Add unused proposals to CommitOutput . This allows you to understand which proposals were received but not committed to within an epoch without applying the resulting commit. Also added missing external_commit_group_info to FFI on CommitOutput.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT license.

@tomleavy tomleavy requested a review from a team as a code owner January 18, 2024 22:45
@codecov-commenter
Copy link

codecov-commenter commented Jan 18, 2024

Codecov Report

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

Comparison is base (468ffc5) 91.77% compared to head (6f82803) 91.72%.

Files Patch % Lines
mls-rs/src/group/proposal_filter/bundle.rs 0.00% 10 Missing ⚠️
mls-rs/src/group/commit.rs 25.00% 6 Missing ⚠️
mls-rs/src/group/proposal_ref.rs 0.00% 5 Missing ⚠️
mls-rs/src/group/framing.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #67      +/-   ##
==========================================
- Coverage   91.77%   91.72%   -0.05%     
==========================================
  Files         169      169              
  Lines       30807    30830      +23     
==========================================
+ Hits        28273    28280       +7     
- Misses       2534     2550      +16     

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

@tomleavy tomleavy changed the title Unused proposals Add unused proposals to CommitOutput Jan 18, 2024
- The specialization macro needs to be invoked after the impl block, so
  that macros generated for this block are available at the
  specialization point.
- Macro qualification is not supported in the crate where the macro is
  defined.
@mulmarta mulmarta merged commit 405119f into main Jan 19, 2024
20 checks passed
@mulmarta mulmarta deleted the unused-proposals branch January 19, 2024 14:27
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.

4 participants