-
Notifications
You must be signed in to change notification settings - Fork 254
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(2652): improve argument names with llm #2787
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2787 +/- ##
==========================================
- Coverage 87.13% 86.91% -0.23%
==========================================
Files 254 258 +4
Lines 25144 25702 +558
==========================================
+ Hits 21910 22338 +428
- Misses 3234 3364 +130 ☔ View full report in Codecov by Sentry. |
Action required: PR inactive for 5 days. |
/// A configuration transformer that allows us to perform various | ||
/// transformations on the configuration before it's further processed for | ||
/// blueprint creation. | ||
pub trait AsyncTransform { |
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.
Make Transform support async transformations.
Action required: PR inactive for 5 days. |
Action required: PR inactive for 5 days. |
Action required: PR inactive for 5 days. |
Action required: PR inactive for 5 days. |
Action required: PR inactive for 5 days. |
Action required: PR inactive for 5 days. |
Action required: PR inactive for 5 days. |
Summary:
Briefly describe the changes made in this PR.
Issue Reference(s):
Fixes #2652
/claim #2652
Build & Testing:
cargo test
successfully../lint.sh --mode=fix
to fix all linting issues raised by./lint.sh --mode=check
.Checklist:
<type>(<optional scope>): <title>