-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
refactor: Turn Expr.append
into DSL Expr::Append
#19536
base: main
Are you sure you want to change the base?
refactor: Turn Expr.append
into DSL Expr::Append
#19536
Conversation
Expr.append
into DSL Expr::Append
We should use the existing |
2ee90d1
to
bd8f6e6
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #19536 +/- ##
==========================================
- Coverage 79.91% 79.37% -0.54%
==========================================
Files 1536 1550 +14
Lines 211659 214796 +3137
Branches 2445 2460 +15
==========================================
+ Hits 169156 170504 +1348
- Misses 41948 43733 +1785
- Partials 555 559 +4 ☔ View full report in Codecov by Sentry. |
Done now. |
Fixes #1535.