Skip to content

Mandate the specification of the data layer in input_family(...)#155

Merged
marcpaterno merged 10 commits intoFramework-R-D:mainfrom
knoepfel:mandate-data-layer
Dec 5, 2025
Merged

Mandate the specification of the data layer in input_family(...)#155
marcpaterno merged 10 commits intoFramework-R-D:mainfrom
knoepfel:mandate-data-layer

Conversation

@knoepfel
Copy link
Member

@knoepfel knoepfel commented Dec 3, 2025

This PR requires all arguments in the input_family(...) clause to include the data layer (per Phlex developer discussion)

This PR also includes miscellaneous changes:

  • Exceptions occurring during graph execution are logged before being rethrown (for easier debugging)
  • Exceptions from async_driver's driver thread are now captured and rethrown from the main thread

@codecov
Copy link

codecov bot commented Dec 3, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

@@            Coverage Diff             @@
##             main     #155      +/-   ##
==========================================
- Coverage   81.31%   80.90%   -0.42%     
==========================================
  Files         115      115              
  Lines        2039     2042       +3     
  Branches      328      330       +2     
==========================================
- Hits         1658     1652       -6     
- Misses        249      256       +7     
- Partials      132      134       +2     
Flag Coverage Δ
unittests 80.90% <100.00%> (-0.42%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
phlex/core/framework_graph.cpp 86.20% <100.00%> (+2.45%) ⬆️
phlex/core/product_query.cpp 64.28% <100.00%> (-15.72%) ⬇️
phlex/core/product_query.hpp 62.50% <ø> (-12.50%) ⬇️
phlex/core/registration_api.hpp 100.00% <100.00%> (ø)
phlex/utilities/async_driver.hpp 100.00% <100.00%> (ø)

... and 6 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 70a3bba...65b587a. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@knoepfel knoepfel force-pushed the mandate-data-layer branch 3 times, most recently from e11aa81 to 467a741 Compare December 4, 2025 16:13
@marcpaterno marcpaterno merged commit 062be31 into Framework-R-D:main Dec 5, 2025
36 checks passed
@knoepfel knoepfel deleted the mandate-data-layer branch December 8, 2025 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants