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

More modules tinkering #109

Merged
merged 2 commits into from
Aug 1, 2023
Merged

More modules tinkering #109

merged 2 commits into from
Aug 1, 2023

Conversation

tcbrindle
Copy link
Owner

@tcbrindle tcbrindle commented Aug 1, 2023

  • Inline some non-template member functions
  • Ensure the module can be built/imported in Windows CI runs

When using modules, non-template constructors and member functions defined in-class are not "inline"by default.

This is generally a good thing, but in our particular case we have a few one-line forwarding functions that we would actually like to make available for inlining.
Let's see if this works...
@codecov
Copy link

codecov bot commented Aug 1, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (1864f09) 97.67% compared to head (e751375) 97.67%.
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #109   +/-   ##
=======================================
  Coverage   97.67%   97.67%           
=======================================
  Files          66       66           
  Lines        2236     2236           
=======================================
  Hits         2184     2184           
  Misses         52       52           
Files Changed Coverage Δ
include/flux/core/assert.hpp 100.00% <100.00%> (ø)
include/flux/source/iota.hpp 94.28% <100.00%> (ø)

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

@tcbrindle
Copy link
Owner Author

Alas, trying to build the module in Clang/MacOS CI runs into difficulties. I'll try again another time.

@tcbrindle tcbrindle merged commit 61c7424 into main Aug 1, 2023
47 checks passed
@tcbrindle tcbrindle deleted the pr/modules_experiment branch August 10, 2023 10:08
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.

1 participant