Change output_products(...) to output_product_suffixes(...)#447
Change output_products(...) to output_product_suffixes(...)#447knoepfel merged 4 commits intoFramework-R-D:mainfrom
output_products(...) to output_product_suffixes(...)#447Conversation
|
Review the full CodeQL report for details. |
Codecov Report❌ Patch coverage is @@ Coverage Diff @@
## main #447 +/- ##
==========================================
+ Coverage 84.90% 84.94% +0.03%
==========================================
Files 127 127
Lines 3339 3340 +1
Branches 575 575
==========================================
+ Hits 2835 2837 +2
Misses 308 308
+ Partials 196 195 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
marcpaterno
left a comment
There was a problem hiding this comment.
In phlex/core/edge_maker.hpp, there is a definition of product_name_t (line 26) that seems to be a leftover.
Everything else looks fine to me.
Thanks, @marcpaterno. I've removed the straggler. |
Includes other renaming for consistency purposes.
Resolves #446