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

feat: Support duplicated exec generic params #273

Merged
merged 1 commit into from
Dec 18, 2023

Conversation

jawoznia
Copy link
Collaborator

@jawoznia jawoznia commented Dec 1, 2023

part of #263

Copy link

codecov bot commented Dec 1, 2023

Codecov Report

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

Comparison is base (83c9881) 87.32% compared to head (3899ac5) 87.32%.

Files Patch % Lines
sylvia-derive/src/multitest.rs 75.00% 1 Missing ⚠️
Additional details and impacted files
@@                    Coverage Diff                    @@
##           feat/generics_forwarding     #273   +/-   ##
=========================================================
  Coverage                     87.32%   87.32%           
=========================================================
  Files                            25       25           
  Lines                          1814     1814           
=========================================================
  Hits                           1584     1584           
  Misses                          230      230           

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

Copy link
Collaborator

@hashedone hashedone left a comment

Choose a reason for hiding this comment

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

LGTM in general, I was surprised to see it as I thought we would first fix the general generic trait issues, but happy to accept.
One fix request - please get rid of a TODO comment, and make it into a GH issue.

@@ -830,6 +830,13 @@ impl<'a> MsgVariant<'a> {
}
}

// TODO: This could be made msg_type agnostic and stores map of msg_ty/variants.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Nope. Remove it from here, and create an issue about that. Noone ever tracked TODOs in code comments.

@jawoznia jawoznia merged commit d27de99 into feat/generics_forwarding Dec 18, 2023
7 checks passed
@jawoznia jawoznia deleted the duplicated_execs branch December 18, 2023 16:08
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.

2 participants