| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Codecov Report❌ Patch coverage is 96.93815% with 50 lines in your changes missing coverage. Please review. @@ Coverage Diff @@
## main #372 +/- ##
==========================================
+ Coverage 92.09% 92.74% +0.64%
==========================================
Files 241 243 +2
Lines 39870 41025 +1155
==========================================
+ Hits 36720 38049 +1329
+ Misses 3150 2976 -174
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
What problem does this PR solve?
Expression and operator traversal was duplicated across binders and optimizer rules, making new operator variants easy to miss and error propagation inconsistent.
Issue link: N/A
What is changed and how it works?
Code changes
Check List
Tests
Side effects