Uh oh!
There was an error while loading. Please reload this page.
Remove panics from common_subexpr_eliminate - #3346
Conversation
andygrove
commented
Sep 2, 2022
@avantgardnerio this is the last of these today and collectively they remove all panics from optimizer rules AFAIK |
codecov-commenter
commented
Sep 2, 2022
Codecov Report
@@ Coverage Diff @@## master #3346 +/- ##
==========================================
- Coverage 85.83% 85.48% -0.36%
==========================================
Files 294 294 Lines 53752 54074 +322 ==========================================
+ Hits 46137 46224 +87 - Misses 7615 7850 +235
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
ursabot
commented
Sep 2, 2022
Benchmark runs are scheduled for baseline = e032bc4 and contender = f4468ea. f4468ea is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
* add helper function for pop_expr * remove unwraps
Which issue does this PR close?
Part of #3314
Rationale for this change
Optimizer can recover from rules that fail with Err but not if they panic
What changes are included in this PR?
Remove panics
Are there any user-facing changes?
No