-
Notifications
You must be signed in to change notification settings - Fork 253
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(2483): Add @modify to work on input fields #2524
Conversation
To make it better integrated with IR infrastructure, I propose to replace |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2524 +/- ##
==========================================
- Coverage 87.13% 87.07% -0.07%
==========================================
Files 254 256 +2
Lines 25144 25388 +244
==========================================
+ Hits 21910 22107 +197
- Misses 3234 3281 +47 ☔ View full report in Codecov by Sentry. |
After playing with the IR approach, it needs a custom |
Action required: PR inactive for 5 days. |
The PR is waiting review |
@karatakis Like discussed, we should more the lens capabilities out of the core transformation capabilities. |
Action required: PR inactive for 5 days. |
Action required: PR inactive for 5 days. |
Action required: PR inactive for 5 days. |
PR closed after 10 days of inactivity. |
Summary:
Make
@modify
work for input fieldsIssue Reference(s):
Fixes #2483
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>