-
Notifications
You must be signed in to change notification settings - Fork 164
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
Implement extend_additional_data
for BuiltinRunner
#1726
Conversation
@@ -508,6 +508,18 @@ impl BuiltinRunner { | |||
} | |||
} | |||
|
|||
pub fn extend_additional_data( |
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.
wen docs
@@ -124,6 +124,19 @@ impl OutputBuiltinRunner { | |||
}) | |||
} | |||
|
|||
pub fn extend_additional_data( |
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.
I think we should have some docs about what is the intent of this function
|
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
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1726 +/- ##
==========================================
- Coverage 94.81% 94.78% -0.03%
==========================================
Files 100 100
Lines 38207 38322 +115
==========================================
+ Hits 36225 36325 +100
- Misses 1982 1997 +15 ☔ View full report in Codecov by Sentry. |
Benchmark Results for unmodified programs 🚀
|
Needed for #1720