Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-42999: Enable Boost Timer version 2 in production code #120

Merged
merged 1 commit into from Mar 1, 2024

Conversation

kfindeisen
Copy link
Member

@kfindeisen kfindeisen commented Feb 26, 2024

This PR allows the compiled library from Boost Timer 2 to be used in production code, not just test code (version 1 of the library was header-only). It must be merged before lsst/ip_diffim#298.

Copy link

codecov bot commented Feb 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.71%. Comparing base (9c2b618) to head (7d38026).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #120   +/-   ##
=======================================
  Coverage   85.71%   85.71%           
=======================================
  Files           5        5           
  Lines          42       42           
  Branches        3        3           
=======================================
  Hits           36       36           
  Misses          3        3           
  Partials        3        3           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kfindeisen
Copy link
Member Author

kfindeisen commented Feb 26, 2024

Sorry for the force-push! I realized at the last minute that the original PR was wrong; libs needs to be either a dict or a list, not a set.

Previously, Boost Timer version 2 was only used for afw unit tests. In
order to migrate ip_diffim (which times production code) from Timer
version 1 to version 2, the compiled library must be available in main.
@kfindeisen kfindeisen merged commit 35fb3b6 into main Mar 1, 2024
9 checks passed
@kfindeisen kfindeisen deleted the tickets/DM-42999 branch March 1, 2024 02:07
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.

None yet

2 participants