| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Codecov ReportAll modified and coverable lines are covered by tests ✅ Additional details and impacted files @@ Coverage Diff @@
## main #2633 +/- ##
=======================================
Coverage 92.00% 92.00%
=======================================
Files 245 245
Lines 48727 48732 +5
Branches 4294 4296 +2
=======================================
+ Hits 44830 44835 +5
Misses 3209 3209
Partials 688 688
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry.
|
Sorry, something went wrong.
| """ | ||
| Ensure the expression list is topologically sorted. | ||
| """ | ||
| if not any(isinstance(e.lhs, CTemp) for e in exprs): |
There was a problem hiding this comment.
probably totally fine without these lines and cost of toposort without CTemps is practically zero
Sorry, something went wrong.
There was a problem hiding this comment.
It's not much yes but still avoid building DAG and run the sorting so gains a tiny bit.
Sorry, something went wrong.
There was a problem hiding this comment.
Uncontroversial at this point, merging
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
No description provided.