-
Notifications
You must be signed in to change notification settings - Fork 6
feat: Support generic feature metadata #269
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
Conversation
|
Minimum allowed coverage is Generated by 🐒 cobertura-action against 4071832 |
CodSpeed Performance ReportMerging #269 will not alter performanceComparing Summary
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tiny typo, then good to go.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
In this PR, we add support for generic feature metadata. Additionally, we
Mapping[str, object]from aDict[str, object]to allow covariant values.EvaluationContext[Any, Any]in the interfaces that are not supposed to pass metadata further.Review difficulty level: 2/5 due to sheer number of LoC changed.